Shades of Navy Blue #0062DB
Tints of Navy Blue #0062DB
RGB
CMYK
RGB Variations
Color information
#0062DB (or 0x0062DB) is known color: Navy Blue. HEX triplet: 00, 62 and DB. RGB value is (0,98,219). Sum of RGB (Red+Green+Blue) = 0+98+219=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #0062DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062DB is #FF9D24. Grayscale: #515151. Windows color (decimal): -16751909 or 14377472. OLE color: 14377472.
HSL color Cylindrical-coordinate representation of color #0062DB: hue angle of 213.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062DB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 98 | 219 | - |
| CMYK | 1 | 0.55 | 0 | 0.14 |
| HSL | 213.15º | 1% | 0.43% | - |
| HSV(B) | 213.15º | 1% | 0.86% | - |
| XYZ | 17.15 | 13.85 | 68.79 | - |
| YUV | 82.49 | 205.03 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 219 | 1 | 0.55 | 0 | 0.14 | 213.15 | 1 | 0.43 |
| Hex | 0 | 62 | DB | 64 | 37 | 0 | E | D5 | 64 | 2B |
| Octal | 0 | 142 | 333 | 144 | 67 | 0 | 16 | 325 | 144 | 53 |
| Binary | 0 | 1100010 | 11011011 | 1100100 | 110111 | 0 | 1110 | 11010101 | 1100100 | 101011 |
Color Harmonies of #0062DB
Complementary color
Monochromatic Colors of #0062DB
Black with #0062DB
Text Example
Text Example
White with #0062DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062DB; }
p { color: rgb(0,98,219); }
H1.HeaderClassName
{
color: #0062DB;
}
.AnyTagClassName
{
color: #0062DB;
}
</style>
background-color css
<style>
a { background-color: #0062DB; }
a { background-color: rgb(0,98,219); }
div.DivClassName
{
background-color: #0062DB;
}
.BgClassName
{
background-color: #0062DB;
}
</style>
border-color css
<style>
span { border-color: #0062DB; }
span { border-color: rgb(0,98,219); }
td.TdClassName
{
border-color: #0062DB;
}
.TagClassName
{
border-color: #0062DB;
}
</style>