Shades of Navy Blue #0158BC
Tints of Navy Blue #0158BC
RGB
CMYK
RGB Variations
Color information
#0158BC (or 0x0158BC) is known color: Navy Blue. HEX triplet: 01, 58 and BC. RGB value is (1,88,188). Sum of RGB (Red+Green+Blue) = 1+88+188=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #0158BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158BC is #FEA743. Grayscale: #484848. Windows color (decimal): -16688964 or 12343297. OLE color: 12343297.
HSL color Cylindrical-coordinate representation of color #0158BC: hue angle of 212.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0158BC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 88 | 188 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.26 |
| HSL | 212.09º | 0.99% | 0.37% | - |
| HSV(B) | 212.09º | 0.99% | 0.74% | - |
| XYZ | 12.58 | 10.62 | 48.96 | - |
| YUV | 73.39 | 192.68 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 188 | 0.99 | 0.53 | 0 | 0.26 | 212.09 | 0.99 | 0.37 |
| Hex | 1 | 58 | BC | 63 | 35 | 0 | 1A | D4 | 63 | 25 |
| Octal | 1 | 130 | 274 | 143 | 65 | 0 | 32 | 324 | 143 | 45 |
| Binary | 1 | 1011000 | 10111100 | 1100011 | 110101 | 0 | 11010 | 11010100 | 1100011 | 100101 |
Color Harmonies of #0158BC
Complementary color
Monochromatic Colors of #0158BC
Black with #0158BC
Text Example
Text Example
White with #0158BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158BC; }
p { color: rgb(1,88,188); }
H1.HeaderClassName
{
color: #0158BC;
}
.AnyTagClassName
{
color: #0158BC;
}
</style>
background-color css
<style>
a { background-color: #0158BC; }
a { background-color: rgb(1,88,188); }
div.DivClassName
{
background-color: #0158BC;
}
.BgClassName
{
background-color: #0158BC;
}
</style>
border-color css
<style>
span { border-color: #0158BC; }
span { border-color: rgb(1,88,188); }
td.TdClassName
{
border-color: #0158BC;
}
.TagClassName
{
border-color: #0158BC;
}
</style>