Shades of Navy Blue #097CCF
Tints of Navy Blue #097CCF
RGB
CMYK
RGB Variations
Color information
#097CCF (or 0x097CCF) is known color: Navy Blue. HEX triplet: 09, 7C and CF. RGB value is (9,124,207). Sum of RGB (Red+Green+Blue) = 9+124+207=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #097CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CCF is #F68330. Grayscale: #626262. Windows color (decimal): -16155441 or 13597705. OLE color: 13597705.
HSL color Cylindrical-coordinate representation of color #097CCF: hue angle of 205.15º 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 #097CCF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 124 | 207 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.19 |
| HSL | 205.15º | 0.92% | 0.42% | - |
| HSV(B) | 205.15º | 0.96% | 0.81% | - |
| XYZ | 18.58 | 18.98 | 61.72 | - |
| YUV | 99.08 | 188.9 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 207 | 0.96 | 0.40 | 0 | 0.19 | 205.15 | 0.92 | 0.42 |
| Hex | 9 | 7C | CF | 60 | 28 | 0 | 13 | CD | 5C | 2A |
| Octal | 11 | 174 | 317 | 140 | 50 | 0 | 23 | 315 | 134 | 52 |
| Binary | 1001 | 1111100 | 11001111 | 1100000 | 101000 | 0 | 10011 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097CCF
Complementary color
Monochromatic Colors of #097CCF
Black with #097CCF
Text Example
Text Example
White with #097CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CCF; }
p { color: rgb(9,124,207); }
H1.HeaderClassName
{
color: #097CCF;
}
.AnyTagClassName
{
color: #097CCF;
}
</style>
background-color css
<style>
a { background-color: #097CCF; }
a { background-color: rgb(9,124,207); }
div.DivClassName
{
background-color: #097CCF;
}
.BgClassName
{
background-color: #097CCF;
}
</style>
border-color css
<style>
span { border-color: #097CCF; }
span { border-color: rgb(9,124,207); }
td.TdClassName
{
border-color: #097CCF;
}
.TagClassName
{
border-color: #097CCF;
}
</style>