Shades of Navy Blue #097FC8
Tints of Navy Blue #097FC8
RGB
CMYK
RGB Variations
Color information
#097FC8 (or 0x097FC8) is known color: Navy Blue. HEX triplet: 09, 7F and C8. RGB value is (9,127,200). Sum of RGB (Red+Green+Blue) = 9+127+200=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 200 (78.52% from 255 or 59.52% from 336); Max value from RGB is 200 - color contains mainly: blue. Hex color #097FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FC8 is #F68037. Grayscale: #636363. Windows color (decimal): -16154680 or 13139721. OLE color: 13139721.
HSL color Cylindrical-coordinate representation of color #097FC8: hue angle of 202.93º 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 #097FC8 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 127 | 200 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.22 |
| HSL | 202.93º | 0.91% | 0.41% | - |
| HSV(B) | 202.93º | 0.96% | 0.78% | - |
| XYZ | 18.13 | 19.41 | 57.43 | - |
| YUV | 100.04 | 184.41 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 200 | 0.96 | 0.36 | 0 | 0.22 | 202.93 | 0.91 | 0.41 |
| Hex | 9 | 7F | C8 | 60 | 24 | 0 | 16 | CB | 5B | 29 |
| Octal | 11 | 177 | 310 | 140 | 44 | 0 | 26 | 313 | 133 | 51 |
| Binary | 1001 | 1111111 | 11001000 | 1100000 | 100100 | 0 | 10110 | 11001011 | 1011011 | 101001 |
Color Harmonies of #097FC8
Complementary color
Monochromatic Colors of #097FC8
Black with #097FC8
Text Example
Text Example
White with #097FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FC8; }
p { color: rgb(9,127,200); }
H1.HeaderClassName
{
color: #097FC8;
}
.AnyTagClassName
{
color: #097FC8;
}
</style>
background-color css
<style>
a { background-color: #097FC8; }
a { background-color: rgb(9,127,200); }
div.DivClassName
{
background-color: #097FC8;
}
.BgClassName
{
background-color: #097FC8;
}
</style>
border-color css
<style>
span { border-color: #097FC8; }
span { border-color: rgb(9,127,200); }
td.TdClassName
{
border-color: #097FC8;
}
.TagClassName
{
border-color: #097FC8;
}
</style>