#24048C

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

Shades of Ultramarine #24048C

Tints of Ultramarine #24048C

Color information

#24048C (or 0x24048C) is unknown color: approx Ultramarine. HEX triplet: 24, 04 and 8C. RGB value is (36,4,140). Sum of RGB (Red+Green+Blue) = 36+4+140=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #24048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24048C is #DBFB73. Grayscale: #1C1C1C. Windows color (decimal): -14416756 or 9176100. OLE color: 9176100.

HSL color Cylindrical-coordinate representation of color #24048C: hue angle of 254.12º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24048C is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB364140-
CMYK0.740.9700.45
HSL254.12º94.44%28.24%-
HSV(B)254.12º97.14%54.9%-
XYZ5.52.3624.98-
YUV29.07190.6132.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 140 (55.08% from 255) = 77.78%
R=20%
G=2.22%
B=77.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3641400.740.9700.45254.1294.4428.24
Hex2448C4A6102Dfe5e1c
Octal44421411214105537613634
Binary1001001001000110010010101100001010110111111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24048C; }

 p { color: rgb(36,4,140); }

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

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

 a { background-color: rgb(36,4,140); }

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

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

 span { border-color: rgb(36,4,140); }

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