Shades of Dark Cerulean #024381
Tints of Dark Cerulean #024381
RGB
CMYK
RGB Variations
Color information
#024381 (or 0x024381) is known color: Dark Cerulean. HEX triplet: 02, 43 and 81. RGB value is (2,67,129). Sum of RGB (Red+Green+Blue) = 2+67+129=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #024381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024381 is #FDBC7E. Grayscale: #363636. Windows color (decimal): -16628863 or 8471298. OLE color: 8471298.
HSL color Cylindrical-coordinate representation of color #024381: hue angle of 209.29º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024381 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 67 | 129 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.49 |
| HSL | 209.29º | 0.97% | 0.26% | - |
| HSV(B) | 209.29º | 0.98% | 0.51% | - |
| XYZ | 5.99 | 5.61 | 21.54 | - |
| YUV | 54.63 | 169.97 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 129 | 0.98 | 0.48 | 0 | 0.49 | 209.29 | 0.97 | 0.26 |
| Hex | 2 | 43 | 81 | 62 | 30 | 0 | 31 | D1 | 61 | 1A |
| Octal | 2 | 103 | 201 | 142 | 60 | 0 | 61 | 321 | 141 | 32 |
| Binary | 10 | 1000011 | 10000001 | 1100010 | 110000 | 0 | 110001 | 11010001 | 1100001 | 11010 |
Color Harmonies of #024381
Complementary color
Monochromatic Colors of #024381
Black with #024381
Text Example
Text Example
White with #024381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024381; }
p { color: rgb(2,67,129); }
H1.HeaderClassName
{
color: #024381;
}
.AnyTagClassName
{
color: #024381;
}
</style>
background-color css
<style>
a { background-color: #024381; }
a { background-color: rgb(2,67,129); }
div.DivClassName
{
background-color: #024381;
}
.BgClassName
{
background-color: #024381;
}
</style>
border-color css
<style>
span { border-color: #024381; }
span { border-color: rgb(2,67,129); }
td.TdClassName
{
border-color: #024381;
}
.TagClassName
{
border-color: #024381;
}
</style>