Shades of Navy Blue #0E6CDA
Tints of Navy Blue #0E6CDA
RGB
CMYK
RGB Variations
Color information
#0E6CDA (or 0x0E6CDA) is known color: Navy Blue. HEX triplet: 0E, 6C and DA. RGB value is (14,108,218). Sum of RGB (Red+Green+Blue) = 14+108+218=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E6CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6CDA is #F19325. Grayscale: #5B5B5B. Windows color (decimal): -15831846 or 14314510. OLE color: 14314510.
HSL color Cylindrical-coordinate representation of color #0E6CDA: hue angle of 212.35º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6CDA is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 108 | 218 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.15 |
| HSL | 212.35º | 0.88% | 0.45% | - |
| HSV(B) | 212.35º | 0.94% | 0.85% | - |
| XYZ | 18.2 | 15.88 | 68.44 | - |
| YUV | 92.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 108 | 218 | 0.94 | 0.50 | 0 | 0.15 | 212.35 | 0.88 | 0.45 |
| Hex | E | 6C | DA | 5E | 32 | 0 | F | D4 | 58 | 2D |
| Octal | 16 | 154 | 332 | 136 | 62 | 0 | 17 | 324 | 130 | 55 |
| Binary | 1110 | 1101100 | 11011010 | 1011110 | 110010 | 0 | 1111 | 11010100 | 1011000 | 101101 |
Color Harmonies of #0E6CDA
Complementary color
Monochromatic Colors of #0E6CDA
Black with #0E6CDA
Text Example
Text Example
White with #0E6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6CDA; }
p { color: rgb(14,108,218); }
H1.HeaderClassName
{
color: #0E6CDA;
}
.AnyTagClassName
{
color: #0E6CDA;
}
</style>
background-color css
<style>
a { background-color: #0E6CDA; }
a { background-color: rgb(14,108,218); }
div.DivClassName
{
background-color: #0E6CDA;
}
.BgClassName
{
background-color: #0E6CDA;
}
</style>
border-color css
<style>
span { border-color: #0E6CDA; }
span { border-color: rgb(14,108,218); }
td.TdClassName
{
border-color: #0E6CDA;
}
.TagClassName
{
border-color: #0E6CDA;
}
</style>