Shades of Navy Blue #0156CD
Tints of Navy Blue #0156CD
RGB
CMYK
RGB Variations
Color information
#0156CD (or 0x0156CD) is known color: Navy Blue. HEX triplet: 01, 56 and CD. RGB value is (1,86,205). Sum of RGB (Red+Green+Blue) = 1+86+205=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #0156CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0156CD is #FEA932. Grayscale: #494949. Windows color (decimal): -16689459 or 13456897. OLE color: 13456897.
HSL color Cylindrical-coordinate representation of color #0156CD: hue angle of 215º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0156CD is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 86 | 205 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.20 |
| HSL | 215º | 0.99% | 0.4% | - |
| HSV(B) | 215º | 1% | 0.8% | - |
| XYZ | 14.36 | 11.07 | 59.14 | - |
| YUV | 74.15 | 201.84 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 205 | 1.00 | 0.58 | 0 | 0.20 | 215 | 0.99 | 0.4 |
| Hex | 1 | 56 | CD | 64 | 3A | 0 | 14 | D7 | 63 | 28 |
| Octal | 1 | 126 | 315 | 144 | 72 | 0 | 24 | 327 | 143 | 50 |
| Binary | 1 | 1010110 | 11001101 | 1100100 | 111010 | 0 | 10100 | 11010111 | 1100011 | 101000 |
Color Harmonies of #0156CD
Complementary color
Monochromatic Colors of #0156CD
Black with #0156CD
Text Example
Text Example
White with #0156CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0156CD; }
p { color: rgb(1,86,205); }
H1.HeaderClassName
{
color: #0156CD;
}
.AnyTagClassName
{
color: #0156CD;
}
</style>
background-color css
<style>
a { background-color: #0156CD; }
a { background-color: rgb(1,86,205); }
div.DivClassName
{
background-color: #0156CD;
}
.BgClassName
{
background-color: #0156CD;
}
</style>
border-color css
<style>
span { border-color: #0156CD; }
span { border-color: rgb(1,86,205); }
td.TdClassName
{
border-color: #0156CD;
}
.TagClassName
{
border-color: #0156CD;
}
</style>