Shades of Dark Cerulean #02487B
Tints of Dark Cerulean #02487B
RGB
CMYK
RGB Variations
Color information
#02487B (or 0x02487B) is known color: Dark Cerulean. HEX triplet: 02, 48 and 7B. RGB value is (2,72,123). Sum of RGB (Red+Green+Blue) = 2+72+123=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #02487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02487B is #FDB784. Grayscale: #383838. Windows color (decimal): -16627589 or 8079362. OLE color: 8079362.
HSL color Cylindrical-coordinate representation of color #02487B: hue angle of 205.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02487B is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 72 | 123 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.52 |
| HSL | 205.29º | 0.97% | 0.25% | - |
| HSV(B) | 205.29º | 0.98% | 0.48% | - |
| XYZ | 5.92 | 6.08 | 19.6 | - |
| YUV | 56.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 123 | 0.98 | 0.41 | 0 | 0.52 | 205.29 | 0.97 | 0.25 |
| Hex | 2 | 48 | 7B | 62 | 29 | 0 | 34 | CD | 61 | 19 |
| Octal | 2 | 110 | 173 | 142 | 51 | 0 | 64 | 315 | 141 | 31 |
| Binary | 10 | 1001000 | 1111011 | 1100010 | 101001 | 0 | 110100 | 11001101 | 1100001 | 11001 |
Color Harmonies of #02487B
Complementary color
Monochromatic Colors of #02487B
Black with #02487B
Text Example
Text Example
White with #02487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02487B; }
p { color: rgb(2,72,123); }
H1.HeaderClassName
{
color: #02487B;
}
.AnyTagClassName
{
color: #02487B;
}
</style>
background-color css
<style>
a { background-color: #02487B; }
a { background-color: rgb(2,72,123); }
div.DivClassName
{
background-color: #02487B;
}
.BgClassName
{
background-color: #02487B;
}
</style>
border-color css
<style>
span { border-color: #02487B; }
span { border-color: rgb(2,72,123); }
td.TdClassName
{
border-color: #02487B;
}
.TagClassName
{
border-color: #02487B;
}
</style>