Shades of Navy Blue #0252E4
Tints of Navy Blue #0252E4
RGB
CMYK
RGB Variations
Color information
#0252E4 (or 0x0252E4) is known color: Navy Blue. HEX triplet: 02, 52 and E4. RGB value is (2,82,228). Sum of RGB (Red+Green+Blue) = 2+82+228=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 228 (89.45% from 255 or 73.08% from 312); Max value from RGB is 228 - color contains mainly: blue. Hex color #0252E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252E4 is #FDAD1B. Grayscale: #4A4A4A. Windows color (decimal): -16624924 or 14963202. OLE color: 14963202.
HSL color Cylindrical-coordinate representation of color #0252E4: hue angle of 218.76º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252E4 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 82 | 228 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.11 |
| HSL | 218.76º | 0.98% | 0.45% | - |
| HSV(B) | 218.76º | 0.99% | 0.89% | - |
| XYZ | 17.05 | 11.65 | 74.75 | - |
| YUV | 74.72 | 214.5 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 228 | 0.99 | 0.64 | 0 | 0.11 | 218.76 | 0.98 | 0.45 |
| Hex | 2 | 52 | E4 | 63 | 40 | 0 | B | DB | 62 | 2D |
| Octal | 2 | 122 | 344 | 143 | 100 | 0 | 13 | 333 | 142 | 55 |
| Binary | 10 | 1010010 | 11100100 | 1100011 | 1000000 | 0 | 1011 | 11011011 | 1100010 | 101101 |
Color Harmonies of #0252E4
Complementary color
Monochromatic Colors of #0252E4
Black with #0252E4
Text Example
Text Example
White with #0252E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252E4; }
p { color: rgb(2,82,228); }
H1.HeaderClassName
{
color: #0252E4;
}
.AnyTagClassName
{
color: #0252E4;
}
</style>
background-color css
<style>
a { background-color: #0252E4; }
a { background-color: rgb(2,82,228); }
div.DivClassName
{
background-color: #0252E4;
}
.BgClassName
{
background-color: #0252E4;
}
</style>
border-color css
<style>
span { border-color: #0252E4; }
span { border-color: rgb(2,82,228); }
td.TdClassName
{
border-color: #0252E4;
}
.TagClassName
{
border-color: #0252E4;
}
</style>