Shades of Dark Cerulean #02387E
Tints of Dark Cerulean #02387E
RGB
CMYK
RGB Variations
Color information
#02387E (or 0x02387E) is known color: Dark Cerulean. HEX triplet: 02, 38 and 7E. RGB value is (2,56,126). Sum of RGB (Red+Green+Blue) = 2+56+126=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #02387E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02387E is #FDC781. Grayscale: #2F2F2F. Windows color (decimal): -16631682 or 8271874. OLE color: 8271874.
HSL color Cylindrical-coordinate representation of color #02387E: hue angle of 213.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02387E is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 56 | 126 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.51 |
| HSL | 213.87º | 0.97% | 0.25% | - |
| HSV(B) | 213.87º | 0.98% | 0.49% | - |
| XYZ | 5.21 | 4.35 | 20.3 | - |
| YUV | 47.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 126 | 0.98 | 0.56 | 0 | 0.51 | 213.87 | 0.97 | 0.25 |
| Hex | 2 | 38 | 7E | 62 | 38 | 0 | 33 | D6 | 61 | 19 |
| Octal | 2 | 70 | 176 | 142 | 70 | 0 | 63 | 326 | 141 | 31 |
| Binary | 10 | 111000 | 1111110 | 1100010 | 111000 | 0 | 110011 | 11010110 | 1100001 | 11001 |
Color Harmonies of #02387E
Complementary color
Monochromatic Colors of #02387E
Black with #02387E
Text Example
Text Example
White with #02387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02387E; }
p { color: rgb(2,56,126); }
H1.HeaderClassName
{
color: #02387E;
}
.AnyTagClassName
{
color: #02387E;
}
</style>
background-color css
<style>
a { background-color: #02387E; }
a { background-color: rgb(2,56,126); }
div.DivClassName
{
background-color: #02387E;
}
.BgClassName
{
background-color: #02387E;
}
</style>
border-color css
<style>
span { border-color: #02387E; }
span { border-color: rgb(2,56,126); }
td.TdClassName
{
border-color: #02387E;
}
.TagClassName
{
border-color: #02387E;
}
</style>