Shades of Navy Blue #0052FC
Tints of Navy Blue #0052FC
RGB
CMYK
RGB Variations
Color information
#0052FC (or 0x0052FC) is known color: Navy Blue. HEX triplet: 00, 52 and FC. RGB value is (0,82,252). Sum of RGB (Red+Green+Blue) = 0+82+252=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #0052FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0052FC is #FFAD03. Grayscale: #4C4C4C. Windows color (decimal): -16755972 or 16536064. OLE color: 16536064.
HSL color Cylindrical-coordinate representation of color #0052FC: hue angle of 220.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052FC is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 82 | 252 | - |
| CMYK | 1 | 0.67 | 0 | 0.01 |
| HSL | 220.48º | 1% | 0.49% | - |
| HSV(B) | 220.48º | 1% | 0.99% | - |
| XYZ | 20.59 | 13.06 | 93.53 | - |
| YUV | 76.86 | 226.83 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 252 | 1 | 0.67 | 0 | 0.01 | 220.48 | 1 | 0.49 |
| Hex | 0 | 52 | FC | 64 | 43 | 0 | 1 | DC | 64 | 31 |
| Octal | 0 | 122 | 374 | 144 | 103 | 0 | 1 | 334 | 144 | 61 |
| Binary | 0 | 1010010 | 11111100 | 1100100 | 1000011 | 0 | 1 | 11011100 | 1100100 | 110001 |
Color Harmonies of #0052FC
Complementary color
Monochromatic Colors of #0052FC
Black with #0052FC
Text Example
Text Example
White with #0052FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0052FC; }
p { color: rgb(0,82,252); }
H1.HeaderClassName
{
color: #0052FC;
}
.AnyTagClassName
{
color: #0052FC;
}
</style>
background-color css
<style>
a { background-color: #0052FC; }
a { background-color: rgb(0,82,252); }
div.DivClassName
{
background-color: #0052FC;
}
.BgClassName
{
background-color: #0052FC;
}
</style>
border-color css
<style>
span { border-color: #0052FC; }
span { border-color: rgb(0,82,252); }
td.TdClassName
{
border-color: #0052FC;
}
.TagClassName
{
border-color: #0052FC;
}
</style>