Shades of Navy Blue #0E74CE
Tints of Navy Blue #0E74CE
RGB
CMYK
RGB Variations
Color information
#0E74CE (or 0x0E74CE) is known color: Navy Blue. HEX triplet: 0E, 74 and CE. RGB value is (14,116,206). Sum of RGB (Red+Green+Blue) = 14+116+206=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #0E74CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E74CE is #F18B31. Grayscale: #5F5F5F. Windows color (decimal): -15829810 or 13530126. OLE color: 13530126.
HSL color Cylindrical-coordinate representation of color #0E74CE: hue angle of 208.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E74CE is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 116 | 206 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.19 |
| HSL | 208.13º | 0.87% | 0.43% | - |
| HSV(B) | 208.13º | 0.93% | 0.81% | - |
| XYZ | 17.57 | 17.04 | 60.76 | - |
| YUV | 95.76 | 190.21 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 116 | 206 | 0.93 | 0.44 | 0 | 0.19 | 208.13 | 0.87 | 0.43 |
| Hex | E | 74 | CE | 5D | 2C | 0 | 13 | D0 | 57 | 2B |
| Octal | 16 | 164 | 316 | 135 | 54 | 0 | 23 | 320 | 127 | 53 |
| Binary | 1110 | 1110100 | 11001110 | 1011101 | 101100 | 0 | 10011 | 11010000 | 1010111 | 101011 |
Color Harmonies of #0E74CE
Complementary color
Monochromatic Colors of #0E74CE
Black with #0E74CE
Text Example
Text Example
White with #0E74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E74CE; }
p { color: rgb(14,116,206); }
H1.HeaderClassName
{
color: #0E74CE;
}
.AnyTagClassName
{
color: #0E74CE;
}
</style>
background-color css
<style>
a { background-color: #0E74CE; }
a { background-color: rgb(14,116,206); }
div.DivClassName
{
background-color: #0E74CE;
}
.BgClassName
{
background-color: #0E74CE;
}
</style>
border-color css
<style>
span { border-color: #0E74CE; }
span { border-color: rgb(14,116,206); }
td.TdClassName
{
border-color: #0E74CE;
}
.TagClassName
{
border-color: #0E74CE;
}
</style>