Shades of Navy Blue #097FC9
Tints of Navy Blue #097FC9
RGB
CMYK
RGB Variations
Color information
#097FC9 (or 0x097FC9) is known color: Navy Blue. HEX triplet: 09, 7F and C9. RGB value is (9,127,201). Sum of RGB (Red+Green+Blue) = 9+127+201=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 201 (78.91% from 255 or 59.64% from 337); Max value from RGB is 201 - color contains mainly: blue. Hex color #097FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FC9 is #F68036. Grayscale: #636363. Windows color (decimal): -16154679 or 13205257. OLE color: 13205257.
HSL color Cylindrical-coordinate representation of color #097FC9: hue angle of 203.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FC9 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 127 | 201 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.21 |
| HSL | 203.13º | 0.91% | 0.41% | - |
| HSV(B) | 203.13º | 0.96% | 0.79% | - |
| XYZ | 18.24 | 19.45 | 58.05 | - |
| YUV | 100.15 | 184.91 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 201 | 0.96 | 0.37 | 0 | 0.21 | 203.13 | 0.91 | 0.41 |
| Hex | 9 | 7F | C9 | 60 | 25 | 0 | 15 | CB | 5B | 29 |
| Octal | 11 | 177 | 311 | 140 | 45 | 0 | 25 | 313 | 133 | 51 |
| Binary | 1001 | 1111111 | 11001001 | 1100000 | 100101 | 0 | 10101 | 11001011 | 1011011 | 101001 |
Color Harmonies of #097FC9
Complementary color
Monochromatic Colors of #097FC9
Black with #097FC9
Text Example
Text Example
White with #097FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FC9; }
p { color: rgb(9,127,201); }
H1.HeaderClassName
{
color: #097FC9;
}
.AnyTagClassName
{
color: #097FC9;
}
</style>
background-color css
<style>
a { background-color: #097FC9; }
a { background-color: rgb(9,127,201); }
div.DivClassName
{
background-color: #097FC9;
}
.BgClassName
{
background-color: #097FC9;
}
</style>
border-color css
<style>
span { border-color: #097FC9; }
span { border-color: rgb(9,127,201); }
td.TdClassName
{
border-color: #097FC9;
}
.TagClassName
{
border-color: #097FC9;
}
</style>