Shades of Navy Blue #0158E6
Tints of Navy Blue #0158E6
RGB
CMYK
RGB Variations
Color information
#0158E6 (or 0x0158E6) is known color: Navy Blue. HEX triplet: 01, 58 and E6. RGB value is (1,88,230). Sum of RGB (Red+Green+Blue) = 1+88+230=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 230 (90.23% from 255 or 72.10% from 319); Max value from RGB is 230 - color contains mainly: blue. Hex color #0158E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0158E6 is #FEA719. Grayscale: #4D4D4D. Windows color (decimal): -16688922 or 15095809. OLE color: 15095809.
HSL color Cylindrical-coordinate representation of color #0158E6: hue angle of 217.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0158E6 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 88 | 230 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.10 |
| HSL | 217.21º | 0.99% | 0.45% | - |
| HSV(B) | 217.21º | 1% | 0.9% | - |
| XYZ | 17.79 | 12.7 | 76.38 | - |
| YUV | 78.18 | 213.68 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 230 | 1.00 | 0.62 | 0 | 0.10 | 217.21 | 0.99 | 0.45 |
| Hex | 1 | 58 | E6 | 64 | 3E | 0 | A | D9 | 63 | 2D |
| Octal | 1 | 130 | 346 | 144 | 76 | 0 | 12 | 331 | 143 | 55 |
| Binary | 1 | 1011000 | 11100110 | 1100100 | 111110 | 0 | 1010 | 11011001 | 1100011 | 101101 |
Color Harmonies of #0158E6
Complementary color
Monochromatic Colors of #0158E6
Black with #0158E6
Text Example
Text Example
White with #0158E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158E6; }
p { color: rgb(1,88,230); }
H1.HeaderClassName
{
color: #0158E6;
}
.AnyTagClassName
{
color: #0158E6;
}
</style>
background-color css
<style>
a { background-color: #0158E6; }
a { background-color: rgb(1,88,230); }
div.DivClassName
{
background-color: #0158E6;
}
.BgClassName
{
background-color: #0158E6;
}
</style>
border-color css
<style>
span { border-color: #0158E6; }
span { border-color: rgb(1,88,230); }
td.TdClassName
{
border-color: #0158E6;
}
.TagClassName
{
border-color: #0158E6;
}
</style>