Shades of Navy Blue #0062BA
Tints of Navy Blue #0062BA
RGB
CMYK
RGB Variations
Color information
#0062BA (or 0x0062BA) is known color: Navy Blue. HEX triplet: 00, 62 and BA. RGB value is (0,98,186). Sum of RGB (Red+Green+Blue) = 0+98+186=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #0062BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062BA is #FF9D45. Grayscale: #4E4E4E. Windows color (decimal): -16751942 or 12214784. OLE color: 12214784.
HSL color Cylindrical-coordinate representation of color #0062BA: hue angle of 208.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062BA is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 98 | 186 | - |
| CMYK | 1 | 0.47 | 0 | 0.27 |
| HSL | 208.39º | 1% | 0.36% | - |
| HSV(B) | 208.39º | 1% | 0.73% | - |
| XYZ | 13.23 | 12.28 | 48.13 | - |
| YUV | 78.73 | 188.53 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 186 | 1 | 0.47 | 0 | 0.27 | 208.39 | 1 | 0.36 |
| Hex | 0 | 62 | BA | 64 | 2F | 0 | 1B | D0 | 64 | 24 |
| Octal | 0 | 142 | 272 | 144 | 57 | 0 | 33 | 320 | 144 | 44 |
| Binary | 0 | 1100010 | 10111010 | 1100100 | 101111 | 0 | 11011 | 11010000 | 1100100 | 100100 |
Color Harmonies of #0062BA
Complementary color
Monochromatic Colors of #0062BA
Black with #0062BA
Text Example
Text Example
White with #0062BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062BA; }
p { color: rgb(0,98,186); }
H1.HeaderClassName
{
color: #0062BA;
}
.AnyTagClassName
{
color: #0062BA;
}
</style>
background-color css
<style>
a { background-color: #0062BA; }
a { background-color: rgb(0,98,186); }
div.DivClassName
{
background-color: #0062BA;
}
.BgClassName
{
background-color: #0062BA;
}
</style>
border-color css
<style>
span { border-color: #0062BA; }
span { border-color: rgb(0,98,186); }
td.TdClassName
{
border-color: #0062BA;
}
.TagClassName
{
border-color: #0062BA;
}
</style>