Shades of Navy Blue #097ED0
Tints of Navy Blue #097ED0
RGB
CMYK
RGB Variations
Color information
#097ED0 (or 0x097ED0) is known color: Navy Blue. HEX triplet: 09, 7E and D0. RGB value is (9,126,208). Sum of RGB (Red+Green+Blue) = 9+126+208=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #097ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ED0 is #F6812F. Grayscale: #636363. Windows color (decimal): -16154928 or 13663753. OLE color: 13663753.
HSL color Cylindrical-coordinate representation of color #097ED0: hue angle of 204.72º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097ED0 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 126 | 208 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.18 |
| HSL | 204.72º | 0.92% | 0.43% | - |
| HSV(B) | 204.72º | 0.96% | 0.82% | - |
| XYZ | 18.96 | 19.53 | 62.45 | - |
| YUV | 100.37 | 188.74 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 208 | 0.96 | 0.39 | 0 | 0.18 | 204.72 | 0.92 | 0.43 |
| Hex | 9 | 7E | D0 | 60 | 27 | 0 | 12 | CD | 5C | 2B |
| Octal | 11 | 176 | 320 | 140 | 47 | 0 | 22 | 315 | 134 | 53 |
| Binary | 1001 | 1111110 | 11010000 | 1100000 | 100111 | 0 | 10010 | 11001101 | 1011100 | 101011 |
Color Harmonies of #097ED0
Complementary color
Monochromatic Colors of #097ED0
Black with #097ED0
Text Example
Text Example
White with #097ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ED0; }
p { color: rgb(9,126,208); }
H1.HeaderClassName
{
color: #097ED0;
}
.AnyTagClassName
{
color: #097ED0;
}
</style>
background-color css
<style>
a { background-color: #097ED0; }
a { background-color: rgb(9,126,208); }
div.DivClassName
{
background-color: #097ED0;
}
.BgClassName
{
background-color: #097ED0;
}
</style>
border-color css
<style>
span { border-color: #097ED0; }
span { border-color: rgb(9,126,208); }
td.TdClassName
{
border-color: #097ED0;
}
.TagClassName
{
border-color: #097ED0;
}
</style>