Shades of Navy Blue #097ECF
Tints of Navy Blue #097ECF
RGB
CMYK
RGB Variations
Color information
#097ECF (or 0x097ECF) is known color: Navy Blue. HEX triplet: 09, 7E and CF. RGB value is (9,126,207). Sum of RGB (Red+Green+Blue) = 9+126+207=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #097ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ECF is #F68130. Grayscale: #636363. Windows color (decimal): -16154929 or 13598217. OLE color: 13598217.
HSL color Cylindrical-coordinate representation of color #097ECF: hue angle of 204.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097ECF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 126 | 207 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.19 |
| HSL | 204.55º | 0.92% | 0.42% | - |
| HSV(B) | 204.55º | 0.96% | 0.81% | - |
| XYZ | 18.84 | 19.48 | 61.8 | - |
| YUV | 100.25 | 188.24 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 207 | 0.96 | 0.39 | 0 | 0.19 | 204.55 | 0.92 | 0.42 |
| Hex | 9 | 7E | CF | 60 | 27 | 0 | 13 | CD | 5C | 2A |
| Octal | 11 | 176 | 317 | 140 | 47 | 0 | 23 | 315 | 134 | 52 |
| Binary | 1001 | 1111110 | 11001111 | 1100000 | 100111 | 0 | 10011 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097ECF
Complementary color
Monochromatic Colors of #097ECF
Black with #097ECF
Text Example
Text Example
White with #097ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ECF; }
p { color: rgb(9,126,207); }
H1.HeaderClassName
{
color: #097ECF;
}
.AnyTagClassName
{
color: #097ECF;
}
</style>
background-color css
<style>
a { background-color: #097ECF; }
a { background-color: rgb(9,126,207); }
div.DivClassName
{
background-color: #097ECF;
}
.BgClassName
{
background-color: #097ECF;
}
</style>
border-color css
<style>
span { border-color: #097ECF; }
span { border-color: rgb(9,126,207); }
td.TdClassName
{
border-color: #097ECF;
}
.TagClassName
{
border-color: #097ECF;
}
</style>