Shades of Navy Blue #0462BC
Tints of Navy Blue #0462BC
RGB
CMYK
RGB Variations
Color information
#0462BC (or 0x0462BC) is known color: Navy Blue. HEX triplet: 04, 62 and BC. RGB value is (4,98,188). Sum of RGB (Red+Green+Blue) = 4+98+188=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #0462BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0462BC is #FB9D43. Grayscale: #4F4F4F. Windows color (decimal): -16489796 or 12345860. OLE color: 12345860.
HSL color Cylindrical-coordinate representation of color #0462BC: hue angle of 209.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462BC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 98 | 188 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.26 |
| HSL | 209.35º | 0.96% | 0.38% | - |
| HSV(B) | 209.35º | 0.98% | 0.74% | - |
| XYZ | 13.49 | 12.39 | 49.26 | - |
| YUV | 80.15 | 188.86 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 188 | 0.98 | 0.48 | 0 | 0.26 | 209.35 | 0.96 | 0.38 |
| Hex | 4 | 62 | BC | 62 | 30 | 0 | 1A | D1 | 60 | 26 |
| Octal | 4 | 142 | 274 | 142 | 60 | 0 | 32 | 321 | 140 | 46 |
| Binary | 100 | 1100010 | 10111100 | 1100010 | 110000 | 0 | 11010 | 11010001 | 1100000 | 100110 |
Color Harmonies of #0462BC
Complementary color
Monochromatic Colors of #0462BC
Black with #0462BC
Text Example
Text Example
White with #0462BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0462BC; }
p { color: rgb(4,98,188); }
H1.HeaderClassName
{
color: #0462BC;
}
.AnyTagClassName
{
color: #0462BC;
}
</style>
background-color css
<style>
a { background-color: #0462BC; }
a { background-color: rgb(4,98,188); }
div.DivClassName
{
background-color: #0462BC;
}
.BgClassName
{
background-color: #0462BC;
}
</style>
border-color css
<style>
span { border-color: #0462BC; }
span { border-color: rgb(4,98,188); }
td.TdClassName
{
border-color: #0462BC;
}
.TagClassName
{
border-color: #0462BC;
}
</style>