Shades of Navy Blue #097ED1
Tints of Navy Blue #097ED1
RGB
CMYK
RGB Variations
Color information
#097ED1 (or 0x097ED1) is known color: Navy Blue. HEX triplet: 09, 7E and D1. RGB value is (9,126,209). Sum of RGB (Red+Green+Blue) = 9+126+209=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #097ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ED1 is #F6812E. Grayscale: #646464. Windows color (decimal): -16154927 or 13729289. OLE color: 13729289.
HSL color Cylindrical-coordinate representation of color #097ED1: hue angle of 204.9º 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 #097ED1 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 126 | 209 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.18 |
| HSL | 204.9º | 0.92% | 0.43% | - |
| HSV(B) | 204.9º | 0.96% | 0.82% | - |
| XYZ | 19.08 | 19.58 | 63.1 | - |
| YUV | 100.48 | 189.24 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 209 | 0.96 | 0.40 | 0 | 0.18 | 204.9 | 0.92 | 0.43 |
| Hex | 9 | 7E | D1 | 60 | 28 | 0 | 12 | CD | 5C | 2B |
| Octal | 11 | 176 | 321 | 140 | 50 | 0 | 22 | 315 | 134 | 53 |
| Binary | 1001 | 1111110 | 11010001 | 1100000 | 101000 | 0 | 10010 | 11001101 | 1011100 | 101011 |
Color Harmonies of #097ED1
Complementary color
Monochromatic Colors of #097ED1
Black with #097ED1
Text Example
Text Example
White with #097ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ED1; }
p { color: rgb(9,126,209); }
H1.HeaderClassName
{
color: #097ED1;
}
.AnyTagClassName
{
color: #097ED1;
}
</style>
background-color css
<style>
a { background-color: #097ED1; }
a { background-color: rgb(9,126,209); }
div.DivClassName
{
background-color: #097ED1;
}
.BgClassName
{
background-color: #097ED1;
}
</style>
border-color css
<style>
span { border-color: #097ED1; }
span { border-color: rgb(9,126,209); }
td.TdClassName
{
border-color: #097ED1;
}
.TagClassName
{
border-color: #097ED1;
}
</style>