Shades of Dark Cerulean #02438F
Tints of Dark Cerulean #02438F
RGB
CMYK
RGB Variations
Color information
#02438F (or 0x02438F) is known color: Dark Cerulean. HEX triplet: 02, 43 and 8F. RGB value is (2,67,143). Sum of RGB (Red+Green+Blue) = 2+67+143=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #02438F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02438F is #FDBC70. Grayscale: #373737. Windows color (decimal): -16628849 or 9388802. OLE color: 9388802.
HSL color Cylindrical-coordinate representation of color #02438F: hue angle of 212.34º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02438F is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 67 | 143 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.44 |
| HSL | 212.34º | 0.97% | 0.28% | - |
| HSV(B) | 212.34º | 0.99% | 0.56% | - |
| XYZ | 6.99 | 6.01 | 26.78 | - |
| YUV | 56.23 | 176.97 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 143 | 0.99 | 0.53 | 0 | 0.44 | 212.34 | 0.97 | 0.28 |
| Hex | 2 | 43 | 8F | 63 | 35 | 0 | 2C | D4 | 61 | 1C |
| Octal | 2 | 103 | 217 | 143 | 65 | 0 | 54 | 324 | 141 | 34 |
| Binary | 10 | 1000011 | 10001111 | 1100011 | 110101 | 0 | 101100 | 11010100 | 1100001 | 11100 |
Color Harmonies of #02438F
Complementary color
Monochromatic Colors of #02438F
Black with #02438F
Text Example
Text Example
White with #02438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02438F; }
p { color: rgb(2,67,143); }
H1.HeaderClassName
{
color: #02438F;
}
.AnyTagClassName
{
color: #02438F;
}
</style>
background-color css
<style>
a { background-color: #02438F; }
a { background-color: rgb(2,67,143); }
div.DivClassName
{
background-color: #02438F;
}
.BgClassName
{
background-color: #02438F;
}
</style>
border-color css
<style>
span { border-color: #02438F; }
span { border-color: rgb(2,67,143); }
td.TdClassName
{
border-color: #02438F;
}
.TagClassName
{
border-color: #02438F;
}
</style>