Shades of Navy Blue #0052F1
Tints of Navy Blue #0052F1
RGB
CMYK
RGB Variations
Color information
#0052F1 (or 0x0052F1) is known color: Navy Blue. HEX triplet: 00, 52 and F1. RGB value is (0,82,241). Sum of RGB (Red+Green+Blue) = 0+82+241=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #0052F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0052F1 is #FFAD0E. Grayscale: #4A4A4A. Windows color (decimal): -16755983 or 15815168. OLE color: 15815168.
HSL color Cylindrical-coordinate representation of color #0052F1: hue angle of 219.59º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052F1 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 82 | 241 | - |
| CMYK | 1 | 0.66 | 0 | 0.05 |
| HSL | 219.59º | 1% | 0.47% | - |
| HSV(B) | 219.59º | 1% | 0.95% | - |
| XYZ | 18.89 | 12.39 | 84.61 | - |
| YUV | 75.61 | 221.33 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 241 | 1 | 0.66 | 0 | 0.05 | 219.59 | 1 | 0.47 |
| Hex | 0 | 52 | F1 | 64 | 42 | 0 | 5 | DC | 64 | 2F |
| Octal | 0 | 122 | 361 | 144 | 102 | 0 | 5 | 334 | 144 | 57 |
| Binary | 0 | 1010010 | 11110001 | 1100100 | 1000010 | 0 | 101 | 11011100 | 1100100 | 101111 |
Color Harmonies of #0052F1
Complementary color
Monochromatic Colors of #0052F1
Black with #0052F1
Text Example
Text Example
White with #0052F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0052F1; }
p { color: rgb(0,82,241); }
H1.HeaderClassName
{
color: #0052F1;
}
.AnyTagClassName
{
color: #0052F1;
}
</style>
background-color css
<style>
a { background-color: #0052F1; }
a { background-color: rgb(0,82,241); }
div.DivClassName
{
background-color: #0052F1;
}
.BgClassName
{
background-color: #0052F1;
}
</style>
border-color css
<style>
span { border-color: #0052F1; }
span { border-color: rgb(0,82,241); }
td.TdClassName
{
border-color: #0052F1;
}
.TagClassName
{
border-color: #0052F1;
}
</style>