Shades of Navy Blue #0062B7
Tints of Navy Blue #0062B7
RGB
CMYK
RGB Variations
Color information
#0062B7 (or 0x0062B7) is known color: Navy Blue. HEX triplet: 00, 62 and B7. RGB value is (0,98,183). Sum of RGB (Red+Green+Blue) = 0+98+183=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 183 (71.88% from 255 or 65.12% from 281); Max value from RGB is 183 - color contains mainly: blue. Hex color #0062B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062B7 is #FF9D48. Grayscale: #4D4D4D. Windows color (decimal): -16751945 or 12018176. OLE color: 12018176.
HSL color Cylindrical-coordinate representation of color #0062B7: hue angle of 207.87º 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 #0062B7 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 98 | 183 | - |
| CMYK | 1 | 0.46 | 0 | 0.28 |
| HSL | 207.87º | 1% | 0.36% | - |
| HSV(B) | 207.87º | 1% | 0.72% | - |
| XYZ | 12.91 | 12.15 | 46.47 | - |
| YUV | 78.39 | 187.03 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 183 | 1 | 0.46 | 0 | 0.28 | 207.87 | 1 | 0.36 |
| Hex | 0 | 62 | B7 | 64 | 2E | 0 | 1C | D0 | 64 | 24 |
| Octal | 0 | 142 | 267 | 144 | 56 | 0 | 34 | 320 | 144 | 44 |
| Binary | 0 | 1100010 | 10110111 | 1100100 | 101110 | 0 | 11100 | 11010000 | 1100100 | 100100 |
Color Harmonies of #0062B7
Complementary color
Monochromatic Colors of #0062B7
Black with #0062B7
Text Example
Text Example
White with #0062B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062B7; }
p { color: rgb(0,98,183); }
H1.HeaderClassName
{
color: #0062B7;
}
.AnyTagClassName
{
color: #0062B7;
}
</style>
background-color css
<style>
a { background-color: #0062B7; }
a { background-color: rgb(0,98,183); }
div.DivClassName
{
background-color: #0062B7;
}
.BgClassName
{
background-color: #0062B7;
}
</style>
border-color css
<style>
span { border-color: #0062B7; }
span { border-color: rgb(0,98,183); }
td.TdClassName
{
border-color: #0062B7;
}
.TagClassName
{
border-color: #0062B7;
}
</style>