Shades of Navy Blue #097CCE
Tints of Navy Blue #097CCE
RGB
CMYK
RGB Variations
Color information
#097CCE (or 0x097CCE) is known color: Navy Blue. HEX triplet: 09, 7C and CE. RGB value is (9,124,206). Sum of RGB (Red+Green+Blue) = 9+124+206=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #097CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CCE is #F68331. Grayscale: #626262. Windows color (decimal): -16155442 or 13532169. OLE color: 13532169.
HSL color Cylindrical-coordinate representation of color #097CCE: hue angle of 204.97º 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 #097CCE is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 124 | 206 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.19 |
| HSL | 204.97º | 0.92% | 0.42% | - |
| HSV(B) | 204.97º | 0.96% | 0.81% | - |
| XYZ | 18.46 | 18.93 | 61.07 | - |
| YUV | 98.96 | 188.4 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 206 | 0.96 | 0.40 | 0 | 0.19 | 204.97 | 0.92 | 0.42 |
| Hex | 9 | 7C | CE | 60 | 28 | 0 | 13 | CD | 5C | 2A |
| Octal | 11 | 174 | 316 | 140 | 50 | 0 | 23 | 315 | 134 | 52 |
| Binary | 1001 | 1111100 | 11001110 | 1100000 | 101000 | 0 | 10011 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097CCE
Complementary color
Monochromatic Colors of #097CCE
Black with #097CCE
Text Example
Text Example
White with #097CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CCE; }
p { color: rgb(9,124,206); }
H1.HeaderClassName
{
color: #097CCE;
}
.AnyTagClassName
{
color: #097CCE;
}
</style>
background-color css
<style>
a { background-color: #097CCE; }
a { background-color: rgb(9,124,206); }
div.DivClassName
{
background-color: #097CCE;
}
.BgClassName
{
background-color: #097CCE;
}
</style>
border-color css
<style>
span { border-color: #097CCE; }
span { border-color: rgb(9,124,206); }
td.TdClassName
{
border-color: #097CCE;
}
.TagClassName
{
border-color: #097CCE;
}
</style>