Shades of Navy Blue #0252FE
Tints of Navy Blue #0252FE
RGB
CMYK
RGB Variations
Color information
#0252FE (or 0x0252FE) is known color: Navy Blue. HEX triplet: 02, 52 and FE. RGB value is (2,82,254). Sum of RGB (Red+Green+Blue) = 2+82+254=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #0252FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0252FE is #FDAD01. Grayscale: #4C4C4C. Windows color (decimal): -16624898 or 16667138. OLE color: 16667138.
HSL color Cylindrical-coordinate representation of color #0252FE: hue angle of 220.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252FE is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 82 | 254 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.00 |
| HSL | 220.95º | 0.99% | 0.5% | - |
| HSV(B) | 220.95º | 0.99% | 1% | - |
| XYZ | 20.93 | 13.2 | 95.21 | - |
| YUV | 77.69 | 227.5 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 254 | 0.99 | 0.68 | 0 | 0.00 | 220.95 | 0.99 | 0.5 |
| Hex | 2 | 52 | FE | 63 | 44 | 0 | 0 | DD | 63 | 32 |
| Octal | 2 | 122 | 376 | 143 | 104 | 0 | 0 | 335 | 143 | 62 |
| Binary | 10 | 1010010 | 11111110 | 1100011 | 1000100 | 0 | 0 | 11011101 | 1100011 | 110010 |
Color Harmonies of #0252FE
Complementary color
Monochromatic Colors of #0252FE
Black with #0252FE
Text Example
Text Example
White with #0252FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252FE; }
p { color: rgb(2,82,254); }
H1.HeaderClassName
{
color: #0252FE;
}
.AnyTagClassName
{
color: #0252FE;
}
</style>
background-color css
<style>
a { background-color: #0252FE; }
a { background-color: rgb(2,82,254); }
div.DivClassName
{
background-color: #0252FE;
}
.BgClassName
{
background-color: #0252FE;
}
</style>
border-color css
<style>
span { border-color: #0252FE; }
span { border-color: rgb(2,82,254); }
td.TdClassName
{
border-color: #0252FE;
}
.TagClassName
{
border-color: #0252FE;
}
</style>