Shades of Navy Blue #0252CB
Tints of Navy Blue #0252CB
RGB
CMYK
RGB Variations
Color information
#0252CB (or 0x0252CB) is known color: Navy Blue. HEX triplet: 02, 52 and CB. RGB value is (2,82,203). Sum of RGB (Red+Green+Blue) = 2+82+203=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #0252CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252CB is #FDAD34. Grayscale: #474747. Windows color (decimal): -16624949 or 13324802. OLE color: 13324802.
HSL color Cylindrical-coordinate representation of color #0252CB: hue angle of 216.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252CB is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 82 | 203 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.20 |
| HSL | 216.12º | 0.98% | 0.4% | - |
| HSV(B) | 216.12º | 0.99% | 0.8% | - |
| XYZ | 13.82 | 10.36 | 57.77 | - |
| YUV | 71.87 | 202 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 203 | 0.99 | 0.60 | 0 | 0.20 | 216.12 | 0.98 | 0.4 |
| Hex | 2 | 52 | CB | 63 | 3C | 0 | 14 | D8 | 62 | 28 |
| Octal | 2 | 122 | 313 | 143 | 74 | 0 | 24 | 330 | 142 | 50 |
| Binary | 10 | 1010010 | 11001011 | 1100011 | 111100 | 0 | 10100 | 11011000 | 1100010 | 101000 |
Color Harmonies of #0252CB
Complementary color
Monochromatic Colors of #0252CB
Black with #0252CB
Text Example
Text Example
White with #0252CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252CB; }
p { color: rgb(2,82,203); }
H1.HeaderClassName
{
color: #0252CB;
}
.AnyTagClassName
{
color: #0252CB;
}
</style>
background-color css
<style>
a { background-color: #0252CB; }
a { background-color: rgb(2,82,203); }
div.DivClassName
{
background-color: #0252CB;
}
.BgClassName
{
background-color: #0252CB;
}
</style>
border-color css
<style>
span { border-color: #0252CB; }
span { border-color: rgb(2,82,203); }
td.TdClassName
{
border-color: #0252CB;
}
.TagClassName
{
border-color: #0252CB;
}
</style>