Shades of Navy #0E0274
Tints of Navy #0E0274
RGB
CMYK
RGB Variations
Color information
#0E0274 (or 0x0E0274) is known color: Navy. HEX triplet: 0E, 02 and 74. RGB value is (14,2,116). Sum of RGB (Red+Green+Blue) = 14+2+116=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 116 (45.70% from 255 or 87.88% from 132); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E0274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0274 is #F1FD8B. Grayscale: #121212. Windows color (decimal): -15859084 or 7602702. OLE color: 7602702.
HSL color Cylindrical-coordinate representation of color #0E0274: hue angle of 246.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0274 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 2 | 116 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.55 |
| HSL | 246.32º | 0.97% | 0.23% | - |
| HSV(B) | 246.32º | 0.98% | 0.45% | - |
| XYZ | 3.36 | 1.4 | 16.62 | - |
| YUV | 18.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 116 | 0.88 | 0.98 | 0 | 0.55 | 246.32 | 0.97 | 0.23 |
| Hex | E | 2 | 74 | 58 | 62 | 0 | 37 | F6 | 61 | 17 |
| Octal | 16 | 2 | 164 | 130 | 142 | 0 | 67 | 366 | 141 | 27 |
| Binary | 1110 | 10 | 1110100 | 1011000 | 1100010 | 0 | 110111 | 11110110 | 1100001 | 10111 |
Color Harmonies of #0E0274
Complementary color
Monochromatic Colors of #0E0274
Black with #0E0274
Text Example
Text Example
White with #0E0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0274; }
p { color: rgb(14,2,116); }
H1.HeaderClassName
{
color: #0E0274;
}
.AnyTagClassName
{
color: #0E0274;
}
</style>
background-color css
<style>
a { background-color: #0E0274; }
a { background-color: rgb(14,2,116); }
div.DivClassName
{
background-color: #0E0274;
}
.BgClassName
{
background-color: #0E0274;
}
</style>
border-color css
<style>
span { border-color: #0E0274; }
span { border-color: rgb(14,2,116); }
td.TdClassName
{
border-color: #0E0274;
}
.TagClassName
{
border-color: #0E0274;
}
</style>