Shades of Navy Blue #0158F3
Tints of Navy Blue #0158F3
RGB
CMYK
RGB Variations
Color information
#0158F3 (or 0x0158F3) is known color: Navy Blue. HEX triplet: 01, 58 and F3. RGB value is (1,88,243). Sum of RGB (Red+Green+Blue) = 1+88+243=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 243 (95.31% from 255 or 73.19% from 332); Max value from RGB is 243 - color contains mainly: blue. Hex color #0158F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0158F3 is #FEA70C. Grayscale: #4E4E4E. Windows color (decimal): -16688909 or 15947777. OLE color: 15947777.
HSL color Cylindrical-coordinate representation of color #0158F3: hue angle of 218.43º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0158F3 is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 88 | 243 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.05 |
| HSL | 218.43º | 0.99% | 0.48% | - |
| HSV(B) | 218.43º | 1% | 0.95% | - |
| XYZ | 19.68 | 13.46 | 86.35 | - |
| YUV | 79.66 | 220.18 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 243 | 1.00 | 0.64 | 0 | 0.05 | 218.43 | 0.99 | 0.48 |
| Hex | 1 | 58 | F3 | 64 | 40 | 0 | 5 | DA | 63 | 30 |
| Octal | 1 | 130 | 363 | 144 | 100 | 0 | 5 | 332 | 143 | 60 |
| Binary | 1 | 1011000 | 11110011 | 1100100 | 1000000 | 0 | 101 | 11011010 | 1100011 | 110000 |
Color Harmonies of #0158F3
Complementary color
Monochromatic Colors of #0158F3
Black with #0158F3
Text Example
Text Example
White with #0158F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158F3; }
p { color: rgb(1,88,243); }
H1.HeaderClassName
{
color: #0158F3;
}
.AnyTagClassName
{
color: #0158F3;
}
</style>
background-color css
<style>
a { background-color: #0158F3; }
a { background-color: rgb(1,88,243); }
div.DivClassName
{
background-color: #0158F3;
}
.BgClassName
{
background-color: #0158F3;
}
</style>
border-color css
<style>
span { border-color: #0158F3; }
span { border-color: rgb(1,88,243); }
td.TdClassName
{
border-color: #0158F3;
}
.TagClassName
{
border-color: #0158F3;
}
</style>