Shades of Navy Blue #0E66DF
Tints of Navy Blue #0E66DF
RGB
CMYK
RGB Variations
Color information
#0E66DF (or 0x0E66DF) is known color: Navy Blue. HEX triplet: 0E, 66 and DF. RGB value is (14,102,223). Sum of RGB (Red+Green+Blue) = 14+102+223=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E66DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E66DF is #F19920. Grayscale: #585858. Windows color (decimal): -15833377 or 14640654. OLE color: 14640654.
HSL color Cylindrical-coordinate representation of color #0E66DF: hue angle of 214.74º 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 #0E66DF is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 102 | 223 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.13 |
| HSL | 214.74º | 0.88% | 0.46% | - |
| HSV(B) | 214.74º | 0.94% | 0.87% | - |
| XYZ | 18.25 | 14.92 | 71.73 | - |
| YUV | 89.48 | 203.35 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 223 | 0.94 | 0.54 | 0 | 0.13 | 214.74 | 0.88 | 0.46 |
| Hex | E | 66 | DF | 5E | 36 | 0 | D | D7 | 58 | 2E |
| Octal | 16 | 146 | 337 | 136 | 66 | 0 | 15 | 327 | 130 | 56 |
| Binary | 1110 | 1100110 | 11011111 | 1011110 | 110110 | 0 | 1101 | 11010111 | 1011000 | 101110 |
Color Harmonies of #0E66DF
Complementary color
Monochromatic Colors of #0E66DF
Black with #0E66DF
Text Example
Text Example
White with #0E66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E66DF; }
p { color: rgb(14,102,223); }
H1.HeaderClassName
{
color: #0E66DF;
}
.AnyTagClassName
{
color: #0E66DF;
}
</style>
background-color css
<style>
a { background-color: #0E66DF; }
a { background-color: rgb(14,102,223); }
div.DivClassName
{
background-color: #0E66DF;
}
.BgClassName
{
background-color: #0E66DF;
}
</style>
border-color css
<style>
span { border-color: #0E66DF; }
span { border-color: rgb(14,102,223); }
td.TdClassName
{
border-color: #0E66DF;
}
.TagClassName
{
border-color: #0E66DF;
}
</style>