Shades of Dark Cerulean #02487D
Tints of Dark Cerulean #02487D
RGB
CMYK
RGB Variations
Color information
#02487D (or 0x02487D) is known color: Dark Cerulean. HEX triplet: 02, 48 and 7D. RGB value is (2,72,125). Sum of RGB (Red+Green+Blue) = 2+72+125=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #02487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02487D is #FDB782. Grayscale: #383838. Windows color (decimal): -16627587 or 8210434. OLE color: 8210434.
HSL color Cylindrical-coordinate representation of color #02487D: hue angle of 205.85º 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 #02487D is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 72 | 125 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.51 |
| HSL | 205.85º | 0.97% | 0.25% | - |
| HSV(B) | 205.85º | 0.98% | 0.49% | - |
| XYZ | 6.04 | 6.13 | 20.27 | - |
| YUV | 57.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 125 | 0.98 | 0.42 | 0 | 0.51 | 205.85 | 0.97 | 0.25 |
| Hex | 2 | 48 | 7D | 62 | 2A | 0 | 33 | CE | 61 | 19 |
| Octal | 2 | 110 | 175 | 142 | 52 | 0 | 63 | 316 | 141 | 31 |
| Binary | 10 | 1001000 | 1111101 | 1100010 | 101010 | 0 | 110011 | 11001110 | 1100001 | 11001 |
Color Harmonies of #02487D
Complementary color
Monochromatic Colors of #02487D
Black with #02487D
Text Example
Text Example
White with #02487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02487D; }
p { color: rgb(2,72,125); }
H1.HeaderClassName
{
color: #02487D;
}
.AnyTagClassName
{
color: #02487D;
}
</style>
background-color css
<style>
a { background-color: #02487D; }
a { background-color: rgb(2,72,125); }
div.DivClassName
{
background-color: #02487D;
}
.BgClassName
{
background-color: #02487D;
}
</style>
border-color css
<style>
span { border-color: #02487D; }
span { border-color: rgb(2,72,125); }
td.TdClassName
{
border-color: #02487D;
}
.TagClassName
{
border-color: #02487D;
}
</style>