Shades of Dark Cerulean #02487F
Tints of Dark Cerulean #02487F
RGB
CMYK
RGB Variations
Color information
#02487F (or 0x02487F) is known color: Dark Cerulean. HEX triplet: 02, 48 and 7F. RGB value is (2,72,127). Sum of RGB (Red+Green+Blue) = 2+72+127=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #02487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02487F is #FDB780. Grayscale: #393939. Windows color (decimal): -16627585 or 8341506. OLE color: 8341506.
HSL color Cylindrical-coordinate representation of color #02487F: hue angle of 206.4º 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 #02487F is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 72 | 127 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.50 |
| HSL | 206.4º | 0.97% | 0.25% | - |
| HSV(B) | 206.4º | 0.98% | 0.5% | - |
| XYZ | 6.17 | 6.18 | 20.95 | - |
| YUV | 57.34 | 167.31 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 127 | 0.98 | 0.43 | 0 | 0.50 | 206.4 | 0.97 | 0.25 |
| Hex | 2 | 48 | 7F | 62 | 2B | 0 | 32 | CE | 61 | 19 |
| Octal | 2 | 110 | 177 | 142 | 53 | 0 | 62 | 316 | 141 | 31 |
| Binary | 10 | 1001000 | 1111111 | 1100010 | 101011 | 0 | 110010 | 11001110 | 1100001 | 11001 |
Color Harmonies of #02487F
Complementary color
Monochromatic Colors of #02487F
Black with #02487F
Text Example
Text Example
White with #02487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02487F; }
p { color: rgb(2,72,127); }
H1.HeaderClassName
{
color: #02487F;
}
.AnyTagClassName
{
color: #02487F;
}
</style>
background-color css
<style>
a { background-color: #02487F; }
a { background-color: rgb(2,72,127); }
div.DivClassName
{
background-color: #02487F;
}
.BgClassName
{
background-color: #02487F;
}
</style>
border-color css
<style>
span { border-color: #02487F; }
span { border-color: rgb(2,72,127); }
td.TdClassName
{
border-color: #02487F;
}
.TagClassName
{
border-color: #02487F;
}
</style>