#241492

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

Shades of Ultramarine #241492

Tints of Ultramarine #241492

Color information

#241492 (or 0x241492) is unknown color: approx Ultramarine. HEX triplet: 24, 14 and 92. RGB value is (36,20,146). Sum of RGB (Red+Green+Blue) = 36+20+146=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #241492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241492 is #DBEB6D. Grayscale: #262626. Windows color (decimal): -14412654 or 9573412. OLE color: 9573412.

HSL color Cylindrical-coordinate representation of color #241492: hue angle of 247.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241492 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3620146-
CMYK0.750.8600.43
HSL247.62º75.9%32.55%-
HSV(B)247.62º86.3%57.25%-
XYZ6.172.9527.44-
YUV39.15188.3125.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 146 (57.42% from 255) = 72.28%
R=17.82%
G=9.90%
B=72.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36201460.750.8600.43247.6275.932.55
Hex2414924B5602Bf84c21
Octal442422211312605337011441
Binary1001001010010010010100101110101100101011111110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241492; }

 p { color: rgb(36,20,146); }

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

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

 a { background-color: rgb(36,20,146); }

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

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

 span { border-color: rgb(36,20,146); }

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