Shades of Dark Cerulean #02497B
Tints of Dark Cerulean #02497B
RGB
CMYK
RGB Variations
Color information
#02497B (or 0x02497B) is known color: Dark Cerulean. HEX triplet: 02, 49 and 7B. RGB value is (2,73,123). Sum of RGB (Red+Green+Blue) = 2+73+123=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #02497B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02497B is #FDB684. Grayscale: #393939. Windows color (decimal): -16627333 or 8079618. OLE color: 8079618.
HSL color Cylindrical-coordinate representation of color #02497B: hue angle of 204.79º 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 #02497B is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 73 | 123 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.52 |
| HSL | 204.79º | 0.97% | 0.25% | - |
| HSV(B) | 204.79º | 0.98% | 0.48% | - |
| XYZ | 5.98 | 6.21 | 19.62 | - |
| YUV | 57.47 | 164.98 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 123 | 0.98 | 0.41 | 0 | 0.52 | 204.79 | 0.97 | 0.25 |
| Hex | 2 | 49 | 7B | 62 | 29 | 0 | 34 | CD | 61 | 19 |
| Octal | 2 | 111 | 173 | 142 | 51 | 0 | 64 | 315 | 141 | 31 |
| Binary | 10 | 1001001 | 1111011 | 1100010 | 101001 | 0 | 110100 | 11001101 | 1100001 | 11001 |
Color Harmonies of #02497B
Complementary color
Monochromatic Colors of #02497B
Black with #02497B
Text Example
Text Example
White with #02497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02497B; }
p { color: rgb(2,73,123); }
H1.HeaderClassName
{
color: #02497B;
}
.AnyTagClassName
{
color: #02497B;
}
</style>
background-color css
<style>
a { background-color: #02497B; }
a { background-color: rgb(2,73,123); }
div.DivClassName
{
background-color: #02497B;
}
.BgClassName
{
background-color: #02497B;
}
</style>
border-color css
<style>
span { border-color: #02497B; }
span { border-color: rgb(2,73,123); }
td.TdClassName
{
border-color: #02497B;
}
.TagClassName
{
border-color: #02497B;
}
</style>