Shades of Dark Cerulean #02466D
Tints of Dark Cerulean #02466D
RGB
CMYK
RGB Variations
Color information
#02466D (or 0x02466D) is known color: Dark Cerulean. HEX triplet: 02, 46 and 6D. RGB value is (2,70,109). Sum of RGB (Red+Green+Blue) = 2+70+109=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #02466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02466D is #FDB992. Grayscale: #353535. Windows color (decimal): -16628115 or 7161346. OLE color: 7161346.
HSL color Cylindrical-coordinate representation of color #02466D: hue angle of 201.87º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02466D is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 70 | 109 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.57 |
| HSL | 201.87º | 0.96% | 0.22% | - |
| HSV(B) | 201.87º | 0.98% | 0.43% | - |
| XYZ | 4.98 | 5.5 | 15.27 | - |
| YUV | 54.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 109 | 0.98 | 0.36 | 0 | 0.57 | 201.87 | 0.96 | 0.22 |
| Hex | 2 | 46 | 6D | 62 | 24 | 0 | 39 | CA | 60 | 16 |
| Octal | 2 | 106 | 155 | 142 | 44 | 0 | 71 | 312 | 140 | 26 |
| Binary | 10 | 1000110 | 1101101 | 1100010 | 100100 | 0 | 111001 | 11001010 | 1100000 | 10110 |
Color Harmonies of #02466D
Complementary color
Monochromatic Colors of #02466D
Black with #02466D
Text Example
Text Example
White with #02466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02466D; }
p { color: rgb(2,70,109); }
H1.HeaderClassName
{
color: #02466D;
}
.AnyTagClassName
{
color: #02466D;
}
</style>
background-color css
<style>
a { background-color: #02466D; }
a { background-color: rgb(2,70,109); }
div.DivClassName
{
background-color: #02466D;
}
.BgClassName
{
background-color: #02466D;
}
</style>
border-color css
<style>
span { border-color: #02466D; }
span { border-color: rgb(2,70,109); }
td.TdClassName
{
border-color: #02466D;
}
.TagClassName
{
border-color: #02466D;
}
</style>