Shades of Navy Blue #0052FF
Tints of Navy Blue #0052FF
RGB
CMYK
RGB Variations
Color information
#0052FF (or 0x0052FF) is known color: Navy Blue. HEX triplet: 00, 52 and FF. RGB value is (0,82,255). Sum of RGB (Red+Green+Blue) = 0+82+255=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #0052FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0052FF is #FFAD00. Grayscale: #4C4C4C. Windows color (decimal): -16755969 or 16732672. OLE color: 16732672.
HSL color Cylindrical-coordinate representation of color #0052FF: hue angle of 220.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052FF is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 82 | 255 | - |
| CMYK | 1 | 0.68 | 0 | 0 |
| HSL | 220.71º | 1% | 0.5% | - |
| HSV(B) | 220.71º | 1% | 1% | - |
| XYZ | 21.07 | 13.25 | 96.06 | - |
| YUV | 77.2 | 228.33 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 255 | 1 | 0.68 | 0 | 0 | 220.71 | 1 | 0.5 |
| Hex | 0 | 52 | FF | 64 | 44 | 0 | 0 | DD | 64 | 32 |
| Octal | 0 | 122 | 377 | 144 | 104 | 0 | 0 | 335 | 144 | 62 |
| Binary | 0 | 1010010 | 11111111 | 1100100 | 1000100 | 0 | 0 | 11011101 | 1100100 | 110010 |
Color Harmonies of #0052FF
Complementary color
Monochromatic Colors of #0052FF
Black with #0052FF
Text Example
Text Example
White with #0052FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0052FF; }
p { color: rgb(0,82,255); }
H1.HeaderClassName
{
color: #0052FF;
}
.AnyTagClassName
{
color: #0052FF;
}
</style>
background-color css
<style>
a { background-color: #0052FF; }
a { background-color: rgb(0,82,255); }
div.DivClassName
{
background-color: #0052FF;
}
.BgClassName
{
background-color: #0052FF;
}
</style>
border-color css
<style>
span { border-color: #0052FF; }
span { border-color: rgb(0,82,255); }
td.TdClassName
{
border-color: #0052FF;
}
.TagClassName
{
border-color: #0052FF;
}
</style>