Shades of Dark Cerulean #02387F
Tints of Dark Cerulean #02387F
RGB
CMYK
RGB Variations
Color information
#02387F (or 0x02387F) is known color: Dark Cerulean. HEX triplet: 02, 38 and 7F. RGB value is (2,56,127). Sum of RGB (Red+Green+Blue) = 2+56+127=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #02387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02387F is #FDC780. Grayscale: #2F2F2F. Windows color (decimal): -16631681 or 8337410. OLE color: 8337410.
HSL color Cylindrical-coordinate representation of color #02387F: hue angle of 214.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02387F is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 56 | 127 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.50 |
| HSL | 214.08º | 0.97% | 0.25% | - |
| HSV(B) | 214.08º | 0.98% | 0.5% | - |
| XYZ | 5.27 | 4.37 | 20.65 | - |
| YUV | 47.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 127 | 0.98 | 0.56 | 0 | 0.50 | 214.08 | 0.97 | 0.25 |
| Hex | 2 | 38 | 7F | 62 | 38 | 0 | 32 | D6 | 61 | 19 |
| Octal | 2 | 70 | 177 | 142 | 70 | 0 | 62 | 326 | 141 | 31 |
| Binary | 10 | 111000 | 1111111 | 1100010 | 111000 | 0 | 110010 | 11010110 | 1100001 | 11001 |
Color Harmonies of #02387F
Complementary color
Monochromatic Colors of #02387F
Black with #02387F
Text Example
Text Example
White with #02387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02387F; }
p { color: rgb(2,56,127); }
H1.HeaderClassName
{
color: #02387F;
}
.AnyTagClassName
{
color: #02387F;
}
</style>
background-color css
<style>
a { background-color: #02387F; }
a { background-color: rgb(2,56,127); }
div.DivClassName
{
background-color: #02387F;
}
.BgClassName
{
background-color: #02387F;
}
</style>
border-color css
<style>
span { border-color: #02387F; }
span { border-color: rgb(2,56,127); }
td.TdClassName
{
border-color: #02387F;
}
.TagClassName
{
border-color: #02387F;
}
</style>