Shades of Navy Blue #097ECD
Tints of Navy Blue #097ECD
RGB
CMYK
RGB Variations
Color information
#097ECD (or 0x097ECD) is known color: Navy Blue. HEX triplet: 09, 7E and CD. RGB value is (9,126,205). Sum of RGB (Red+Green+Blue) = 9+126+205=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #097ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ECD is #F68132. Grayscale: #636363. Windows color (decimal): -16154931 or 13467145. OLE color: 13467145.
HSL color Cylindrical-coordinate representation of color #097ECD: hue angle of 204.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097ECD is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 126 | 205 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.20 |
| HSL | 204.18º | 0.92% | 0.42% | - |
| HSV(B) | 204.18º | 0.96% | 0.8% | - |
| XYZ | 18.59 | 19.39 | 60.52 | - |
| YUV | 100.02 | 187.24 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 205 | 0.96 | 0.39 | 0 | 0.20 | 204.18 | 0.92 | 0.42 |
| Hex | 9 | 7E | CD | 60 | 27 | 0 | 14 | CC | 5C | 2A |
| Octal | 11 | 176 | 315 | 140 | 47 | 0 | 24 | 314 | 134 | 52 |
| Binary | 1001 | 1111110 | 11001101 | 1100000 | 100111 | 0 | 10100 | 11001100 | 1011100 | 101010 |
Color Harmonies of #097ECD
Complementary color
Monochromatic Colors of #097ECD
Black with #097ECD
Text Example
Text Example
White with #097ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ECD; }
p { color: rgb(9,126,205); }
H1.HeaderClassName
{
color: #097ECD;
}
.AnyTagClassName
{
color: #097ECD;
}
</style>
background-color css
<style>
a { background-color: #097ECD; }
a { background-color: rgb(9,126,205); }
div.DivClassName
{
background-color: #097ECD;
}
.BgClassName
{
background-color: #097ECD;
}
</style>
border-color css
<style>
span { border-color: #097ECD; }
span { border-color: rgb(9,126,205); }
td.TdClassName
{
border-color: #097ECD;
}
.TagClassName
{
border-color: #097ECD;
}
</style>