Shades of Navy Blue #0E6FD4
Tints of Navy Blue #0E6FD4
RGB
CMYK
RGB Variations
Color information
#0E6FD4 (or 0x0E6FD4) is known color: Navy Blue. HEX triplet: 0E, 6F and D4. RGB value is (14,111,212). Sum of RGB (Red+Green+Blue) = 14+111+212=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 212 (83.20% from 255 or 62.91% from 337); Max value from RGB is 212 - color contains mainly: blue. Hex color #0E6FD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6FD4 is #F1902B. Grayscale: #5D5D5D. Windows color (decimal): -15831084 or 13922062. OLE color: 13922062.
HSL color Cylindrical-coordinate representation of color #0E6FD4: hue angle of 210.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6FD4 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 111 | 212 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.17 |
| HSL | 210.61º | 0.88% | 0.44% | - |
| HSV(B) | 210.61º | 0.93% | 0.83% | - |
| XYZ | 17.75 | 16.22 | 64.48 | - |
| YUV | 93.51 | 194.86 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 212 | 0.93 | 0.48 | 0 | 0.17 | 210.61 | 0.88 | 0.44 |
| Hex | E | 6F | D4 | 5D | 30 | 0 | 11 | D3 | 58 | 2C |
| Octal | 16 | 157 | 324 | 135 | 60 | 0 | 21 | 323 | 130 | 54 |
| Binary | 1110 | 1101111 | 11010100 | 1011101 | 110000 | 0 | 10001 | 11010011 | 1011000 | 101100 |
Color Harmonies of #0E6FD4
Complementary color
Monochromatic Colors of #0E6FD4
Black with #0E6FD4
Text Example
Text Example
White with #0E6FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6FD4; }
p { color: rgb(14,111,212); }
H1.HeaderClassName
{
color: #0E6FD4;
}
.AnyTagClassName
{
color: #0E6FD4;
}
</style>
background-color css
<style>
a { background-color: #0E6FD4; }
a { background-color: rgb(14,111,212); }
div.DivClassName
{
background-color: #0E6FD4;
}
.BgClassName
{
background-color: #0E6FD4;
}
</style>
border-color css
<style>
span { border-color: #0E6FD4; }
span { border-color: rgb(14,111,212); }
td.TdClassName
{
border-color: #0E6FD4;
}
.TagClassName
{
border-color: #0E6FD4;
}
</style>