Shades of Navy Blue #0062D3
Tints of Navy Blue #0062D3
RGB
CMYK
RGB Variations
Color information
#0062D3 (or 0x0062D3) is known color: Navy Blue. HEX triplet: 00, 62 and D3. RGB value is (0,98,211). Sum of RGB (Red+Green+Blue) = 0+98+211=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 211 (82.81% from 255 or 68.28% from 309); Max value from RGB is 211 - color contains mainly: blue. Hex color #0062D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062D3 is #FF9D2C. Grayscale: #515151. Windows color (decimal): -16751917 or 13853184. OLE color: 13853184.
HSL color Cylindrical-coordinate representation of color #0062D3: hue angle of 212.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062D3 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 98 | 211 | - |
| CMYK | 1 | 0.54 | 0 | 0.17 |
| HSL | 212.13º | 1% | 0.41% | - |
| HSV(B) | 212.13º | 1% | 0.83% | - |
| XYZ | 16.13 | 13.44 | 63.37 | - |
| YUV | 81.58 | 201.03 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 211 | 1 | 0.54 | 0 | 0.17 | 212.13 | 1 | 0.41 |
| Hex | 0 | 62 | D3 | 64 | 36 | 0 | 11 | D4 | 64 | 29 |
| Octal | 0 | 142 | 323 | 144 | 66 | 0 | 21 | 324 | 144 | 51 |
| Binary | 0 | 1100010 | 11010011 | 1100100 | 110110 | 0 | 10001 | 11010100 | 1100100 | 101001 |
Color Harmonies of #0062D3
Complementary color
Monochromatic Colors of #0062D3
Black with #0062D3
Text Example
Text Example
White with #0062D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062D3; }
p { color: rgb(0,98,211); }
H1.HeaderClassName
{
color: #0062D3;
}
.AnyTagClassName
{
color: #0062D3;
}
</style>
background-color css
<style>
a { background-color: #0062D3; }
a { background-color: rgb(0,98,211); }
div.DivClassName
{
background-color: #0062D3;
}
.BgClassName
{
background-color: #0062D3;
}
</style>
border-color css
<style>
span { border-color: #0062D3; }
span { border-color: rgb(0,98,211); }
td.TdClassName
{
border-color: #0062D3;
}
.TagClassName
{
border-color: #0062D3;
}
</style>