#24129C

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

Shades of Ultramarine #24129C

Tints of Ultramarine #24129C

Color information

#24129C (or 0x24129C) is unknown color: approx Ultramarine. HEX triplet: 24, 12 and 9C. RGB value is (36,18,156). Sum of RGB (Red+Green+Blue) = 36+18+156=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #24129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24129C is #DBED63. Grayscale: #262626. Windows color (decimal): -14413156 or 10228260. OLE color: 10228260.

HSL color Cylindrical-coordinate representation of color #24129C: hue angle of 247.83º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24129C is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3618156-
CMYK0.770.8800.39
HSL247.83º79.31%34.12%-
HSV(B)247.83º88.46%61.18%-
XYZ6.943.2131.71-
YUV39.11193.96125.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 156 (61.33% from 255) = 74.29%
R=17.14%
G=8.57%
B=74.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36181560.770.8800.39247.8379.3134.12
Hex24129C4D58027f84f22
Octal442223411513004737011742
Binary1001001001010011100100110110110000100111111110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,18,156); }

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

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

 a { background-color: rgb(36,18,156); }

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

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

 span { border-color: rgb(36,18,156); }

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