Shades of Navy Blue #097CC8
Tints of Navy Blue #097CC8
RGB
CMYK
RGB Variations
Color information
#097CC8 (or 0x097CC8) is known color: Navy Blue. HEX triplet: 09, 7C and C8. RGB value is (9,124,200). Sum of RGB (Red+Green+Blue) = 9+124+200=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 200 (78.52% from 255 or 60.06% from 333); Max value from RGB is 200 - color contains mainly: blue. Hex color #097CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CC8 is #F68337. Grayscale: #616161. Windows color (decimal): -16155448 or 13138953. OLE color: 13138953.
HSL color Cylindrical-coordinate representation of color #097CC8: hue angle of 203.87º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097CC8 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 124 | 200 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.22 |
| HSL | 203.87º | 0.91% | 0.41% | - |
| HSV(B) | 203.87º | 0.96% | 0.78% | - |
| XYZ | 17.75 | 18.64 | 57.31 | - |
| YUV | 98.28 | 185.4 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 200 | 0.96 | 0.38 | 0 | 0.22 | 203.87 | 0.91 | 0.41 |
| Hex | 9 | 7C | C8 | 60 | 26 | 0 | 16 | CC | 5B | 29 |
| Octal | 11 | 174 | 310 | 140 | 46 | 0 | 26 | 314 | 133 | 51 |
| Binary | 1001 | 1111100 | 11001000 | 1100000 | 100110 | 0 | 10110 | 11001100 | 1011011 | 101001 |
Color Harmonies of #097CC8
Complementary color
Monochromatic Colors of #097CC8
Black with #097CC8
Text Example
Text Example
White with #097CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CC8; }
p { color: rgb(9,124,200); }
H1.HeaderClassName
{
color: #097CC8;
}
.AnyTagClassName
{
color: #097CC8;
}
</style>
background-color css
<style>
a { background-color: #097CC8; }
a { background-color: rgb(9,124,200); }
div.DivClassName
{
background-color: #097CC8;
}
.BgClassName
{
background-color: #097CC8;
}
</style>
border-color css
<style>
span { border-color: #097CC8; }
span { border-color: rgb(9,124,200); }
td.TdClassName
{
border-color: #097CC8;
}
.TagClassName
{
border-color: #097CC8;
}
</style>