Shades of Navy #0E0181
Tints of Navy #0E0181
RGB
CMYK
RGB Variations
Color information
#0E0181 (or 0x0E0181) is known color: Navy. HEX triplet: 0E, 01 and 81. RGB value is (14,1,129). Sum of RGB (Red+Green+Blue) = 14+1+129=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 129 (50.78% from 255 or 89.58% from 144); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E0181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0181 is #F1FE7E. Grayscale: #121212. Windows color (decimal): -15859327 or 8454414. OLE color: 8454414.
HSL color Cylindrical-coordinate representation of color #0E0181: hue angle of 246.09º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0181 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 1 | 129 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.49 |
| HSL | 246.09º | 0.98% | 0.25% | - |
| HSV(B) | 246.09º | 0.99% | 0.51% | - |
| XYZ | 4.15 | 1.7 | 20.88 | - |
| YUV | 19.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 129 | 0.89 | 0.99 | 0 | 0.49 | 246.09 | 0.98 | 0.25 |
| Hex | E | 1 | 81 | 59 | 63 | 0 | 31 | F6 | 62 | 19 |
| Octal | 16 | 1 | 201 | 131 | 143 | 0 | 61 | 366 | 142 | 31 |
| Binary | 1110 | 1 | 10000001 | 1011001 | 1100011 | 0 | 110001 | 11110110 | 1100010 | 11001 |
Color Harmonies of #0E0181
Complementary color
Monochromatic Colors of #0E0181
Black with #0E0181
Text Example
Text Example
White with #0E0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0181; }
p { color: rgb(14,1,129); }
H1.HeaderClassName
{
color: #0E0181;
}
.AnyTagClassName
{
color: #0E0181;
}
</style>
background-color css
<style>
a { background-color: #0E0181; }
a { background-color: rgb(14,1,129); }
div.DivClassName
{
background-color: #0E0181;
}
.BgClassName
{
background-color: #0E0181;
}
</style>
border-color css
<style>
span { border-color: #0E0181; }
span { border-color: rgb(14,1,129); }
td.TdClassName
{
border-color: #0E0181;
}
.TagClassName
{
border-color: #0E0181;
}
</style>