Shades of Navy Blue #097ECC
Tints of Navy Blue #097ECC
RGB
CMYK
RGB Variations
Color information
#097ECC (or 0x097ECC) is known color: Navy Blue. HEX triplet: 09, 7E and CC. RGB value is (9,126,204). Sum of RGB (Red+Green+Blue) = 9+126+204=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #097ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ECC is #F68133. Grayscale: #636363. Windows color (decimal): -16154932 or 13401609. OLE color: 13401609.
HSL color Cylindrical-coordinate representation of color #097ECC: hue angle of 204º 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 #097ECC is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 126 | 204 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.2 |
| HSL | 204º | 0.92% | 0.42% | - |
| HSV(B) | 204º | 0.96% | 0.8% | - |
| XYZ | 18.47 | 19.34 | 59.89 | - |
| YUV | 99.91 | 186.74 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 204 | 0.96 | 0.38 | 0 | 0.2 | 204 | 0.92 | 0.42 |
| Hex | 9 | 7E | CC | 60 | 26 | 0 | 14 | CC | 5C | 2A |
| Octal | 11 | 176 | 314 | 140 | 46 | 0 | 24 | 314 | 134 | 52 |
| Binary | 1001 | 1111110 | 11001100 | 1100000 | 100110 | 0 | 10100 | 11001100 | 1011100 | 101010 |
Color Harmonies of #097ECC
Complementary color
Monochromatic Colors of #097ECC
Black with #097ECC
Text Example
Text Example
White with #097ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ECC; }
p { color: rgb(9,126,204); }
H1.HeaderClassName
{
color: #097ECC;
}
.AnyTagClassName
{
color: #097ECC;
}
</style>
background-color css
<style>
a { background-color: #097ECC; }
a { background-color: rgb(9,126,204); }
div.DivClassName
{
background-color: #097ECC;
}
.BgClassName
{
background-color: #097ECC;
}
</style>
border-color css
<style>
span { border-color: #097ECC; }
span { border-color: rgb(9,126,204); }
td.TdClassName
{
border-color: #097ECC;
}
.TagClassName
{
border-color: #097ECC;
}
</style>