Shades of Dark Cerulean #02447B
Tints of Dark Cerulean #02447B
RGB
CMYK
RGB Variations
Color information
#02447B (or 0x02447B) is known color: Dark Cerulean. HEX triplet: 02, 44 and 7B. RGB value is (2,68,123). Sum of RGB (Red+Green+Blue) = 2+68+123=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #02447B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02447B is #FDBB84. Grayscale: #363636. Windows color (decimal): -16628613 or 8078338. OLE color: 8078338.
HSL color Cylindrical-coordinate representation of color #02447B: hue angle of 207.27º 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 #02447B is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 68 | 123 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.52 |
| HSL | 207.27º | 0.97% | 0.25% | - |
| HSV(B) | 207.27º | 0.98% | 0.48% | - |
| XYZ | 5.67 | 5.58 | 19.52 | - |
| YUV | 54.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 123 | 0.98 | 0.45 | 0 | 0.52 | 207.27 | 0.97 | 0.25 |
| Hex | 2 | 44 | 7B | 62 | 2D | 0 | 34 | CF | 61 | 19 |
| Octal | 2 | 104 | 173 | 142 | 55 | 0 | 64 | 317 | 141 | 31 |
| Binary | 10 | 1000100 | 1111011 | 1100010 | 101101 | 0 | 110100 | 11001111 | 1100001 | 11001 |
Color Harmonies of #02447B
Complementary color
Monochromatic Colors of #02447B
Black with #02447B
Text Example
Text Example
White with #02447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02447B; }
p { color: rgb(2,68,123); }
H1.HeaderClassName
{
color: #02447B;
}
.AnyTagClassName
{
color: #02447B;
}
</style>
background-color css
<style>
a { background-color: #02447B; }
a { background-color: rgb(2,68,123); }
div.DivClassName
{
background-color: #02447B;
}
.BgClassName
{
background-color: #02447B;
}
</style>
border-color css
<style>
span { border-color: #02447B; }
span { border-color: rgb(2,68,123); }
td.TdClassName
{
border-color: #02447B;
}
.TagClassName
{
border-color: #02447B;
}
</style>