Shades of Navy Blue #0158D2
Tints of Navy Blue #0158D2
RGB
CMYK
RGB Variations
Color information
#0158D2 (or 0x0158D2) is known color: Navy Blue. HEX triplet: 01, 58 and D2. RGB value is (1,88,210). Sum of RGB (Red+Green+Blue) = 1+88+210=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 210 (82.42% from 255 or 70.23% from 299); Max value from RGB is 210 - color contains mainly: blue. Hex color #0158D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158D2 is #FEA72D. Grayscale: #4B4B4B. Windows color (decimal): -16688942 or 13785089. OLE color: 13785089.
HSL color Cylindrical-coordinate representation of color #0158D2: hue angle of 215.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0158D2 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 88 | 210 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.18 |
| HSL | 215.02º | 0.99% | 0.41% | - |
| HSV(B) | 215.02º | 1% | 0.82% | - |
| XYZ | 15.14 | 11.64 | 62.42 | - |
| YUV | 75.9 | 203.68 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 210 | 1.00 | 0.58 | 0 | 0.18 | 215.02 | 0.99 | 0.41 |
| Hex | 1 | 58 | D2 | 64 | 3A | 0 | 12 | D7 | 63 | 29 |
| Octal | 1 | 130 | 322 | 144 | 72 | 0 | 22 | 327 | 143 | 51 |
| Binary | 1 | 1011000 | 11010010 | 1100100 | 111010 | 0 | 10010 | 11010111 | 1100011 | 101001 |
Color Harmonies of #0158D2
Complementary color
Monochromatic Colors of #0158D2
Black with #0158D2
Text Example
Text Example
White with #0158D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158D2; }
p { color: rgb(1,88,210); }
H1.HeaderClassName
{
color: #0158D2;
}
.AnyTagClassName
{
color: #0158D2;
}
</style>
background-color css
<style>
a { background-color: #0158D2; }
a { background-color: rgb(1,88,210); }
div.DivClassName
{
background-color: #0158D2;
}
.BgClassName
{
background-color: #0158D2;
}
</style>
border-color css
<style>
span { border-color: #0158D2; }
span { border-color: rgb(1,88,210); }
td.TdClassName
{
border-color: #0158D2;
}
.TagClassName
{
border-color: #0158D2;
}
</style>