Shades of Navy Blue #0062B8
Tints of Navy Blue #0062B8
RGB
CMYK
RGB Variations
Color information
#0062B8 (or 0x0062B8) is known color: Navy Blue. HEX triplet: 00, 62 and B8. RGB value is (0,98,184). Sum of RGB (Red+Green+Blue) = 0+98+184=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #0062B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062B8 is #FF9D47. Grayscale: #4E4E4E. Windows color (decimal): -16751944 or 12083712. OLE color: 12083712.
HSL color Cylindrical-coordinate representation of color #0062B8: hue angle of 208.04º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062B8 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 98 | 184 | - |
| CMYK | 1 | 0.47 | 0 | 0.28 |
| HSL | 208.04º | 1% | 0.36% | - |
| HSV(B) | 208.04º | 1% | 0.72% | - |
| XYZ | 13.02 | 12.2 | 47.02 | - |
| YUV | 78.5 | 187.53 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 184 | 1 | 0.47 | 0 | 0.28 | 208.04 | 1 | 0.36 |
| Hex | 0 | 62 | B8 | 64 | 2F | 0 | 1C | D0 | 64 | 24 |
| Octal | 0 | 142 | 270 | 144 | 57 | 0 | 34 | 320 | 144 | 44 |
| Binary | 0 | 1100010 | 10111000 | 1100100 | 101111 | 0 | 11100 | 11010000 | 1100100 | 100100 |
Color Harmonies of #0062B8
Complementary color
Monochromatic Colors of #0062B8
Black with #0062B8
Text Example
Text Example
White with #0062B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062B8; }
p { color: rgb(0,98,184); }
H1.HeaderClassName
{
color: #0062B8;
}
.AnyTagClassName
{
color: #0062B8;
}
</style>
background-color css
<style>
a { background-color: #0062B8; }
a { background-color: rgb(0,98,184); }
div.DivClassName
{
background-color: #0062B8;
}
.BgClassName
{
background-color: #0062B8;
}
</style>
border-color css
<style>
span { border-color: #0062B8; }
span { border-color: rgb(0,98,184); }
td.TdClassName
{
border-color: #0062B8;
}
.TagClassName
{
border-color: #0062B8;
}
</style>