Shades of Navy Blue #0158D0
Tints of Navy Blue #0158D0
RGB
CMYK
RGB Variations
Color information
#0158D0 (or 0x0158D0) is known color: Navy Blue. HEX triplet: 01, 58 and D0. RGB value is (1,88,208). Sum of RGB (Red+Green+Blue) = 1+88+208=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 208 (81.64% from 255 or 70.03% from 297); Max value from RGB is 208 - color contains mainly: blue. Hex color #0158D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158D0 is #FEA72F. Grayscale: #4B4B4B. Windows color (decimal): -16688944 or 13654017. OLE color: 13654017.
HSL color Cylindrical-coordinate representation of color #0158D0: hue angle of 214.78º 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 #0158D0 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 88 | 208 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.18 |
| HSL | 214.78º | 0.99% | 0.41% | - |
| HSV(B) | 214.78º | 1% | 0.82% | - |
| XYZ | 14.89 | 11.54 | 61.12 | - |
| YUV | 75.67 | 202.68 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 208 | 1.00 | 0.58 | 0 | 0.18 | 214.78 | 0.99 | 0.41 |
| Hex | 1 | 58 | D0 | 64 | 3A | 0 | 12 | D7 | 63 | 29 |
| Octal | 1 | 130 | 320 | 144 | 72 | 0 | 22 | 327 | 143 | 51 |
| Binary | 1 | 1011000 | 11010000 | 1100100 | 111010 | 0 | 10010 | 11010111 | 1100011 | 101001 |
Color Harmonies of #0158D0
Complementary color
Monochromatic Colors of #0158D0
Black with #0158D0
Text Example
Text Example
White with #0158D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158D0; }
p { color: rgb(1,88,208); }
H1.HeaderClassName
{
color: #0158D0;
}
.AnyTagClassName
{
color: #0158D0;
}
</style>
background-color css
<style>
a { background-color: #0158D0; }
a { background-color: rgb(1,88,208); }
div.DivClassName
{
background-color: #0158D0;
}
.BgClassName
{
background-color: #0158D0;
}
</style>
border-color css
<style>
span { border-color: #0158D0; }
span { border-color: rgb(1,88,208); }
td.TdClassName
{
border-color: #0158D0;
}
.TagClassName
{
border-color: #0158D0;
}
</style>