Shades of Navy Blue #0252EC
Tints of Navy Blue #0252EC
RGB
CMYK
RGB Variations
Color information
#0252EC (or 0x0252EC) is known color: Navy Blue. HEX triplet: 02, 52 and EC. RGB value is (2,82,236). Sum of RGB (Red+Green+Blue) = 2+82+236=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #0252EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0252EC is #FDAD13. Grayscale: #4A4A4A. Windows color (decimal): -16624916 or 15487490. OLE color: 15487490.
HSL color Cylindrical-coordinate representation of color #0252EC: hue angle of 219.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252EC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 82 | 236 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.07 |
| HSL | 219.49º | 0.98% | 0.47% | - |
| HSV(B) | 219.49º | 0.99% | 0.93% | - |
| XYZ | 18.18 | 12.1 | 80.73 | - |
| YUV | 75.64 | 218.5 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 236 | 0.99 | 0.65 | 0 | 0.07 | 219.49 | 0.98 | 0.47 |
| Hex | 2 | 52 | EC | 63 | 41 | 0 | 7 | DB | 62 | 2F |
| Octal | 2 | 122 | 354 | 143 | 101 | 0 | 7 | 333 | 142 | 57 |
| Binary | 10 | 1010010 | 11101100 | 1100011 | 1000001 | 0 | 111 | 11011011 | 1100010 | 101111 |
Color Harmonies of #0252EC
Complementary color
Monochromatic Colors of #0252EC
Black with #0252EC
Text Example
Text Example
White with #0252EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252EC; }
p { color: rgb(2,82,236); }
H1.HeaderClassName
{
color: #0252EC;
}
.AnyTagClassName
{
color: #0252EC;
}
</style>
background-color css
<style>
a { background-color: #0252EC; }
a { background-color: rgb(2,82,236); }
div.DivClassName
{
background-color: #0252EC;
}
.BgClassName
{
background-color: #0252EC;
}
</style>
border-color css
<style>
span { border-color: #0252EC; }
span { border-color: rgb(2,82,236); }
td.TdClassName
{
border-color: #0252EC;
}
.TagClassName
{
border-color: #0252EC;
}
</style>