Shades of Navy Blue #0252CE
Tints of Navy Blue #0252CE
RGB
CMYK
RGB Variations
Color information
#0252CE (or 0x0252CE) is known color: Navy Blue. HEX triplet: 02, 52 and CE. RGB value is (2,82,206). Sum of RGB (Red+Green+Blue) = 2+82+206=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #0252CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252CE is #FDAD31. Grayscale: #474747. Windows color (decimal): -16624946 or 13521410. OLE color: 13521410.
HSL color Cylindrical-coordinate representation of color #0252CE: hue angle of 216.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252CE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 82 | 206 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.19 |
| HSL | 216.47º | 0.98% | 0.41% | - |
| HSV(B) | 216.47º | 0.99% | 0.81% | - |
| XYZ | 14.18 | 10.5 | 59.67 | - |
| YUV | 72.22 | 203.5 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 206 | 0.99 | 0.60 | 0 | 0.19 | 216.47 | 0.98 | 0.41 |
| Hex | 2 | 52 | CE | 63 | 3C | 0 | 13 | D8 | 62 | 29 |
| Octal | 2 | 122 | 316 | 143 | 74 | 0 | 23 | 330 | 142 | 51 |
| Binary | 10 | 1010010 | 11001110 | 1100011 | 111100 | 0 | 10011 | 11011000 | 1100010 | 101001 |
Color Harmonies of #0252CE
Complementary color
Monochromatic Colors of #0252CE
Black with #0252CE
Text Example
Text Example
White with #0252CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252CE; }
p { color: rgb(2,82,206); }
H1.HeaderClassName
{
color: #0252CE;
}
.AnyTagClassName
{
color: #0252CE;
}
</style>
background-color css
<style>
a { background-color: #0252CE; }
a { background-color: rgb(2,82,206); }
div.DivClassName
{
background-color: #0252CE;
}
.BgClassName
{
background-color: #0252CE;
}
</style>
border-color css
<style>
span { border-color: #0252CE; }
span { border-color: rgb(2,82,206); }
td.TdClassName
{
border-color: #0252CE;
}
.TagClassName
{
border-color: #0252CE;
}
</style>