Shades of Navy Blue #0462BB
Tints of Navy Blue #0462BB
RGB
CMYK
RGB Variations
Color information
#0462BB (or 0x0462BB) is known color: Navy Blue. HEX triplet: 04, 62 and BB. RGB value is (4,98,187). Sum of RGB (Red+Green+Blue) = 4+98+187=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #0462BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0462BB is #FB9D44. Grayscale: #4F4F4F. Windows color (decimal): -16489797 or 12280324. OLE color: 12280324.
HSL color Cylindrical-coordinate representation of color #0462BB: hue angle of 209.18º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462BB is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 98 | 187 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.27 |
| HSL | 209.18º | 0.96% | 0.37% | - |
| HSV(B) | 209.18º | 0.98% | 0.73% | - |
| XYZ | 13.39 | 12.35 | 48.69 | - |
| YUV | 80.04 | 188.36 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 187 | 0.98 | 0.48 | 0 | 0.27 | 209.18 | 0.96 | 0.37 |
| Hex | 4 | 62 | BB | 62 | 30 | 0 | 1B | D1 | 60 | 25 |
| Octal | 4 | 142 | 273 | 142 | 60 | 0 | 33 | 321 | 140 | 45 |
| Binary | 100 | 1100010 | 10111011 | 1100010 | 110000 | 0 | 11011 | 11010001 | 1100000 | 100101 |
Color Harmonies of #0462BB
Complementary color
Monochromatic Colors of #0462BB
Black with #0462BB
Text Example
Text Example
White with #0462BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0462BB; }
p { color: rgb(4,98,187); }
H1.HeaderClassName
{
color: #0462BB;
}
.AnyTagClassName
{
color: #0462BB;
}
</style>
background-color css
<style>
a { background-color: #0462BB; }
a { background-color: rgb(4,98,187); }
div.DivClassName
{
background-color: #0462BB;
}
.BgClassName
{
background-color: #0462BB;
}
</style>
border-color css
<style>
span { border-color: #0462BB; }
span { border-color: rgb(4,98,187); }
td.TdClassName
{
border-color: #0462BB;
}
.TagClassName
{
border-color: #0462BB;
}
</style>