Shades of Navy #01086C
Tints of Navy #01086C
RGB
CMYK
RGB Variations
Color information
#01086C (or 0x01086C) is known color: Navy. HEX triplet: 01, 08 and 6C. RGB value is (1,8,108). Sum of RGB (Red+Green+Blue) = 1+8+108=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 108 (42.58% from 255 or 92.31% from 117); Max value from RGB is 108 - color contains mainly: blue. Hex color #01086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01086C is #FEF793. Grayscale: #101010. Windows color (decimal): -16709524 or 7079937. OLE color: 7079937.
HSL color Cylindrical-coordinate representation of color #01086C: hue angle of 236.07º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01086C is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 8 | 108 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.58 |
| HSL | 236.07º | 0.98% | 0.21% | - |
| HSV(B) | 236.07º | 0.99% | 0.42% | - |
| XYZ | 2.81 | 1.26 | 14.28 | - |
| YUV | 17.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 108 | 0.99 | 0.93 | 0 | 0.58 | 236.07 | 0.98 | 0.21 |
| Hex | 1 | 8 | 6C | 63 | 5D | 0 | 3A | EC | 62 | 15 |
| Octal | 1 | 10 | 154 | 143 | 135 | 0 | 72 | 354 | 142 | 25 |
| Binary | 1 | 1000 | 1101100 | 1100011 | 1011101 | 0 | 111010 | 11101100 | 1100010 | 10101 |
Color Harmonies of #01086C
Complementary color
Monochromatic Colors of #01086C
Black with #01086C
Text Example
Text Example
White with #01086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01086C; }
p { color: rgb(1,8,108); }
H1.HeaderClassName
{
color: #01086C;
}
.AnyTagClassName
{
color: #01086C;
}
</style>
background-color css
<style>
a { background-color: #01086C; }
a { background-color: rgb(1,8,108); }
div.DivClassName
{
background-color: #01086C;
}
.BgClassName
{
background-color: #01086C;
}
</style>
border-color css
<style>
span { border-color: #01086C; }
span { border-color: rgb(1,8,108); }
td.TdClassName
{
border-color: #01086C;
}
.TagClassName
{
border-color: #01086C;
}
</style>