Shades of Navy Blue #097ED7
Tints of Navy Blue #097ED7
RGB
CMYK
RGB Variations
Color information
#097ED7 (or 0x097ED7) is known color: Navy Blue. HEX triplet: 09, 7E and D7. RGB value is (9,126,215). Sum of RGB (Red+Green+Blue) = 9+126+215=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #097ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ED7 is #F68128. Grayscale: #646464. Windows color (decimal): -16154921 or 14122505. OLE color: 14122505.
HSL color Cylindrical-coordinate representation of color #097ED7: hue angle of 205.92º 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 #097ED7 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 126 | 215 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.16 |
| HSL | 205.92º | 0.92% | 0.44% | - |
| HSV(B) | 205.92º | 0.96% | 0.84% | - |
| XYZ | 19.84 | 19.89 | 67.08 | - |
| YUV | 101.16 | 192.24 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 215 | 0.96 | 0.41 | 0 | 0.16 | 205.92 | 0.92 | 0.44 |
| Hex | 9 | 7E | D7 | 60 | 29 | 0 | 10 | CE | 5C | 2C |
| Octal | 11 | 176 | 327 | 140 | 51 | 0 | 20 | 316 | 134 | 54 |
| Binary | 1001 | 1111110 | 11010111 | 1100000 | 101001 | 0 | 10000 | 11001110 | 1011100 | 101100 |
Color Harmonies of #097ED7
Complementary color
Monochromatic Colors of #097ED7
Black with #097ED7
Text Example
Text Example
White with #097ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ED7; }
p { color: rgb(9,126,215); }
H1.HeaderClassName
{
color: #097ED7;
}
.AnyTagClassName
{
color: #097ED7;
}
</style>
background-color css
<style>
a { background-color: #097ED7; }
a { background-color: rgb(9,126,215); }
div.DivClassName
{
background-color: #097ED7;
}
.BgClassName
{
background-color: #097ED7;
}
</style>
border-color css
<style>
span { border-color: #097ED7; }
span { border-color: rgb(9,126,215); }
td.TdClassName
{
border-color: #097ED7;
}
.TagClassName
{
border-color: #097ED7;
}
</style>