Shades of Navy Blue #0E74DF
Tints of Navy Blue #0E74DF
RGB
CMYK
RGB Variations
Color information
#0E74DF (or 0x0E74DF) is known color: Navy Blue. HEX triplet: 0E, 74 and DF. RGB value is (14,116,223). Sum of RGB (Red+Green+Blue) = 14+116+223=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E74DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E74DF is #F18B20. Grayscale: #616161. Windows color (decimal): -15829793 or 14644238. OLE color: 14644238.
HSL color Cylindrical-coordinate representation of color #0E74DF: hue angle of 210.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E74DF is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 116 | 223 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.13 |
| HSL | 210.72º | 0.88% | 0.46% | - |
| HSV(B) | 210.72º | 0.94% | 0.87% | - |
| XYZ | 19.75 | 17.91 | 72.23 | - |
| YUV | 97.7 | 198.71 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 116 | 223 | 0.94 | 0.48 | 0 | 0.13 | 210.72 | 0.88 | 0.46 |
| Hex | E | 74 | DF | 5E | 30 | 0 | D | D3 | 58 | 2E |
| Octal | 16 | 164 | 337 | 136 | 60 | 0 | 15 | 323 | 130 | 56 |
| Binary | 1110 | 1110100 | 11011111 | 1011110 | 110000 | 0 | 1101 | 11010011 | 1011000 | 101110 |
Color Harmonies of #0E74DF
Complementary color
Monochromatic Colors of #0E74DF
Black with #0E74DF
Text Example
Text Example
White with #0E74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E74DF; }
p { color: rgb(14,116,223); }
H1.HeaderClassName
{
color: #0E74DF;
}
.AnyTagClassName
{
color: #0E74DF;
}
</style>
background-color css
<style>
a { background-color: #0E74DF; }
a { background-color: rgb(14,116,223); }
div.DivClassName
{
background-color: #0E74DF;
}
.BgClassName
{
background-color: #0E74DF;
}
</style>
border-color css
<style>
span { border-color: #0E74DF; }
span { border-color: rgb(14,116,223); }
td.TdClassName
{
border-color: #0E74DF;
}
.TagClassName
{
border-color: #0E74DF;
}
</style>