Shades of Navy Blue #0E77DE
Tints of Navy Blue #0E77DE
RGB
CMYK
RGB Variations
Color information
#0E77DE (or 0x0E77DE) is known color: Navy Blue. HEX triplet: 0E, 77 and DE. RGB value is (14,119,222). Sum of RGB (Red+Green+Blue) = 14+119+222=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E77DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E77DE is #F18821. Grayscale: #626262. Windows color (decimal): -15829026 or 14579470. OLE color: 14579470.
HSL color Cylindrical-coordinate representation of color #0E77DE: hue angle of 209.71º 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 #0E77DE is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 119 | 222 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.13 |
| HSL | 209.71º | 0.88% | 0.46% | - |
| HSV(B) | 209.71º | 0.94% | 0.87% | - |
| XYZ | 19.96 | 18.56 | 71.64 | - |
| YUV | 99.35 | 197.21 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 222 | 0.94 | 0.46 | 0 | 0.13 | 209.71 | 0.88 | 0.46 |
| Hex | E | 77 | DE | 5E | 2E | 0 | D | D2 | 58 | 2E |
| Octal | 16 | 167 | 336 | 136 | 56 | 0 | 15 | 322 | 130 | 56 |
| Binary | 1110 | 1110111 | 11011110 | 1011110 | 101110 | 0 | 1101 | 11010010 | 1011000 | 101110 |
Color Harmonies of #0E77DE
Complementary color
Monochromatic Colors of #0E77DE
Black with #0E77DE
Text Example
Text Example
White with #0E77DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E77DE; }
p { color: rgb(14,119,222); }
H1.HeaderClassName
{
color: #0E77DE;
}
.AnyTagClassName
{
color: #0E77DE;
}
</style>
background-color css
<style>
a { background-color: #0E77DE; }
a { background-color: rgb(14,119,222); }
div.DivClassName
{
background-color: #0E77DE;
}
.BgClassName
{
background-color: #0E77DE;
}
</style>
border-color css
<style>
span { border-color: #0E77DE; }
span { border-color: rgb(14,119,222); }
td.TdClassName
{
border-color: #0E77DE;
}
.TagClassName
{
border-color: #0E77DE;
}
</style>