Shades of Navy #000E85
Tints of Navy #000E85
RGB
CMYK
RGB Variations
Color information
#000E85 (or 0x000E85) is known color: Navy. HEX triplet: 00, 0E and 85. RGB value is (0,14,133). Sum of RGB (Red+Green+Blue) = 0+14+133=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 133 (52.34% from 255 or 90.48% from 147); Max value from RGB is 133 - color contains mainly: blue. Hex color #000E85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E85 is #FFF17A. Grayscale: #161616. Windows color (decimal): -16773499 or 8719872. OLE color: 8719872.
HSL color Cylindrical-coordinate representation of color #000E85: hue angle of 233.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E85 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 14 | 133 | - |
| CMYK | 1 | 0.89 | 0 | 0.48 |
| HSL | 233.68º | 1% | 0.26% | - |
| HSV(B) | 233.68º | 1% | 0.52% | - |
| XYZ | 4.39 | 2.01 | 22.35 | - |
| YUV | 23.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 133 | 1 | 0.89 | 0 | 0.48 | 233.68 | 1 | 0.26 |
| Hex | 0 | E | 85 | 64 | 59 | 0 | 30 | EA | 64 | 1A |
| Octal | 0 | 16 | 205 | 144 | 131 | 0 | 60 | 352 | 144 | 32 |
| Binary | 0 | 1110 | 10000101 | 1100100 | 1011001 | 0 | 110000 | 11101010 | 1100100 | 11010 |
Color Harmonies of #000E85
Complementary color
Monochromatic Colors of #000E85
Black with #000E85
Text Example
Text Example
White with #000E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E85; }
p { color: rgb(0,14,133); }
H1.HeaderClassName
{
color: #000E85;
}
.AnyTagClassName
{
color: #000E85;
}
</style>
background-color css
<style>
a { background-color: #000E85; }
a { background-color: rgb(0,14,133); }
div.DivClassName
{
background-color: #000E85;
}
.BgClassName
{
background-color: #000E85;
}
</style>
border-color css
<style>
span { border-color: #000E85; }
span { border-color: rgb(0,14,133); }
td.TdClassName
{
border-color: #000E85;
}
.TagClassName
{
border-color: #000E85;
}
</style>