Shades of Navy Blue #0252FC
Tints of Navy Blue #0252FC
RGB
CMYK
RGB Variations
Color information
#0252FC (or 0x0252FC) is known color: Navy Blue. HEX triplet: 02, 52 and FC. RGB value is (2,82,252). Sum of RGB (Red+Green+Blue) = 2+82+252=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #0252FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0252FC is #FDAD03. Grayscale: #4C4C4C. Windows color (decimal): -16624900 or 16536066. OLE color: 16536066.
HSL color Cylindrical-coordinate representation of color #0252FC: hue angle of 220.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252FC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 82 | 252 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.01 |
| HSL | 220.8º | 0.98% | 0.5% | - |
| HSV(B) | 220.8º | 0.99% | 0.99% | - |
| XYZ | 20.61 | 13.08 | 93.53 | - |
| YUV | 77.46 | 226.5 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 82 | 252 | 0.99 | 0.67 | 0 | 0.01 | 220.8 | 0.98 | 0.5 |
| Hex | 2 | 52 | FC | 63 | 43 | 0 | 1 | DD | 62 | 32 |
| Octal | 2 | 122 | 374 | 143 | 103 | 0 | 1 | 335 | 142 | 62 |
| Binary | 10 | 1010010 | 11111100 | 1100011 | 1000011 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0252FC
Complementary color
Monochromatic Colors of #0252FC
Black with #0252FC
Text Example
Text Example
White with #0252FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0252FC; }
p { color: rgb(2,82,252); }
H1.HeaderClassName
{
color: #0252FC;
}
.AnyTagClassName
{
color: #0252FC;
}
</style>
background-color css
<style>
a { background-color: #0252FC; }
a { background-color: rgb(2,82,252); }
div.DivClassName
{
background-color: #0252FC;
}
.BgClassName
{
background-color: #0252FC;
}
</style>
border-color css
<style>
span { border-color: #0252FC; }
span { border-color: rgb(2,82,252); }
td.TdClassName
{
border-color: #0252FC;
}
.TagClassName
{
border-color: #0252FC;
}
</style>