Shades of Navy Blue #097ED6
Tints of Navy Blue #097ED6
RGB
CMYK
RGB Variations
Color information
#097ED6 (or 0x097ED6) is known color: Navy Blue. HEX triplet: 09, 7E and D6. RGB value is (9,126,214). Sum of RGB (Red+Green+Blue) = 9+126+214=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #097ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ED6 is #F68129. Grayscale: #646464. Windows color (decimal): -16154922 or 14056969. OLE color: 14056969.
HSL color Cylindrical-coordinate representation of color #097ED6: hue angle of 205.76º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097ED6 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 126 | 214 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.16 |
| HSL | 205.76º | 0.92% | 0.44% | - |
| HSV(B) | 205.76º | 0.96% | 0.84% | - |
| XYZ | 19.71 | 19.83 | 66.41 | - |
| YUV | 101.05 | 191.74 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 214 | 0.96 | 0.41 | 0 | 0.16 | 205.76 | 0.92 | 0.44 |
| Hex | 9 | 7E | D6 | 60 | 29 | 0 | 10 | CE | 5C | 2C |
| Octal | 11 | 176 | 326 | 140 | 51 | 0 | 20 | 316 | 134 | 54 |
| Binary | 1001 | 1111110 | 11010110 | 1100000 | 101001 | 0 | 10000 | 11001110 | 1011100 | 101100 |
Color Harmonies of #097ED6
Complementary color
Monochromatic Colors of #097ED6
Black with #097ED6
Text Example
Text Example
White with #097ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ED6; }
p { color: rgb(9,126,214); }
H1.HeaderClassName
{
color: #097ED6;
}
.AnyTagClassName
{
color: #097ED6;
}
</style>
background-color css
<style>
a { background-color: #097ED6; }
a { background-color: rgb(9,126,214); }
div.DivClassName
{
background-color: #097ED6;
}
.BgClassName
{
background-color: #097ED6;
}
</style>
border-color css
<style>
span { border-color: #097ED6; }
span { border-color: rgb(9,126,214); }
td.TdClassName
{
border-color: #097ED6;
}
.TagClassName
{
border-color: #097ED6;
}
</style>