Shades of Navy Blue #0156F1
Tints of Navy Blue #0156F1
RGB
CMYK
RGB Variations
Color information
#0156F1 (or 0x0156F1) is known color: Navy Blue. HEX triplet: 01, 56 and F1. RGB value is (1,86,241). Sum of RGB (Red+Green+Blue) = 1+86+241=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #0156F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0156F1 is #FEA90E. Grayscale: #4D4D4D. Windows color (decimal): -16689423 or 15816193. OLE color: 15816193.
HSL color Cylindrical-coordinate representation of color #0156F1: hue angle of 218.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0156F1 is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 86 | 241 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.05 |
| HSL | 218.75º | 0.99% | 0.47% | - |
| HSV(B) | 218.75º | 1% | 0.95% | - |
| XYZ | 19.22 | 13.01 | 84.72 | - |
| YUV | 78.26 | 219.84 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 241 | 1.00 | 0.64 | 0 | 0.05 | 218.75 | 0.99 | 0.47 |
| Hex | 1 | 56 | F1 | 64 | 40 | 0 | 5 | DB | 63 | 2F |
| Octal | 1 | 126 | 361 | 144 | 100 | 0 | 5 | 333 | 143 | 57 |
| Binary | 1 | 1010110 | 11110001 | 1100100 | 1000000 | 0 | 101 | 11011011 | 1100011 | 101111 |
Color Harmonies of #0156F1
Complementary color
Monochromatic Colors of #0156F1
Black with #0156F1
Text Example
Text Example
White with #0156F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0156F1; }
p { color: rgb(1,86,241); }
H1.HeaderClassName
{
color: #0156F1;
}
.AnyTagClassName
{
color: #0156F1;
}
</style>
background-color css
<style>
a { background-color: #0156F1; }
a { background-color: rgb(1,86,241); }
div.DivClassName
{
background-color: #0156F1;
}
.BgClassName
{
background-color: #0156F1;
}
</style>
border-color css
<style>
span { border-color: #0156F1; }
span { border-color: rgb(1,86,241); }
td.TdClassName
{
border-color: #0156F1;
}
.TagClassName
{
border-color: #0156F1;
}
</style>