#241389

Color #241389 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #241389

Tints of Ultramarine #241389

Color information

#241389 (or 0x241389) is unknown color: approx Ultramarine. HEX triplet: 24, 13 and 89. RGB value is (36,19,137). Sum of RGB (Red+Green+Blue) = 36+19+137=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #241389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241389 is #DBEC76. Grayscale: #252525. Windows color (decimal): -14412919 or 8983332. OLE color: 8983332.

HSL color Cylindrical-coordinate representation of color #241389: hue angle of 248.64º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241389 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3619137-
CMYK0.740.8600.46
HSL248.64º75.64%30.59%-
HSV(B)248.64º86.13%53.73%-
XYZ5.482.6523.89-
YUV37.53184.13126.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 18.75%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 137 (53.91% from 255) = 71.35%
R=18.75%
G=9.90%
B=71.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36191370.740.8600.46248.6475.6430.59
Hex2413894A5602Ef94c1f
Octal442321111212605637111437
Binary100100100111000100110010101010110010111011111001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241389; }

 p { color: rgb(36,19,137); }

 H1.HeaderClassName
 {
   color: #241389;
 }
 .AnyTagClassName
 {
   color: #241389;
 }
</style>
background-color css

<style>
 a { background-color: #241389; }

 a { background-color: rgb(36,19,137); }

 div.DivClassName
 {
   background-color: #241389;
 }
 .BgClassName
 {
   background-color: #241389;
 }
</style>
border-color css

<style>
 span { border-color: #241389; }

 span { border-color: rgb(36,19,137); }

 td.TdClassName
 {
   border-color: #241389;
 }
 .TagClassName
 {
   border-color: #241389;
 }
</style>