Shades of Navy #000156
Tints of Navy #000156
RGB
CMYK
RGB Variations
Color information
#000156 (or 0x000156) is known color: Navy. HEX triplet: 00, 01 and 56. RGB value is (0,1,86). Sum of RGB (Red+Green+Blue) = 0+1+86=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 86 (33.98% from 255 or 98.85% from 87); Max value from RGB is 86 - color contains mainly: blue. Hex color #000156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000156 is #FFFEA9. Grayscale: #0A0A0A. Windows color (decimal): -16776874 or 5636352. OLE color: 5636352.
HSL color Cylindrical-coordinate representation of color #000156: hue angle of 239.3º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000156 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 1 | 86 | - |
| CMYK | 1 | 0.99 | 0 | 0.66 |
| HSL | 239.3º | 1% | 0.17% | - |
| HSV(B) | 239.3º | 1% | 0.34% | - |
| XYZ | 1.69 | 0.69 | 8.85 | - |
| YUV | 10.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 86 | 1 | 0.99 | 0 | 0.66 | 239.3 | 1 | 0.17 |
| Hex | 0 | 1 | 56 | 64 | 63 | 0 | 42 | EF | 64 | 11 |
| Octal | 0 | 1 | 126 | 144 | 143 | 0 | 102 | 357 | 144 | 21 |
| Binary | 0 | 1 | 1010110 | 1100100 | 1100011 | 0 | 1000010 | 11101111 | 1100100 | 10001 |
Color Harmonies of #000156
Complementary color
Monochromatic Colors of #000156
Black with #000156
Text Example
Text Example
White with #000156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000156; }
p { color: rgb(0,1,86); }
H1.HeaderClassName
{
color: #000156;
}
.AnyTagClassName
{
color: #000156;
}
</style>
background-color css
<style>
a { background-color: #000156; }
a { background-color: rgb(0,1,86); }
div.DivClassName
{
background-color: #000156;
}
.BgClassName
{
background-color: #000156;
}
</style>
border-color css
<style>
span { border-color: #000156; }
span { border-color: rgb(0,1,86); }
td.TdClassName
{
border-color: #000156;
}
.TagClassName
{
border-color: #000156;
}
</style>