Shades of Navy Blue #097FCB
Tints of Navy Blue #097FCB
RGB
CMYK
RGB Variations
Color information
#097FCB (or 0x097FCB) is known color: Navy Blue. HEX triplet: 09, 7F and CB. RGB value is (9,127,203). Sum of RGB (Red+Green+Blue) = 9+127+203=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #097FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FCB is #F68034. Grayscale: #636363. Windows color (decimal): -16154677 or 13336329. OLE color: 13336329.
HSL color Cylindrical-coordinate representation of color #097FCB: hue angle of 203.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FCB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 127 | 203 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.20 |
| HSL | 203.51º | 0.92% | 0.42% | - |
| HSV(B) | 203.51º | 0.96% | 0.8% | - |
| XYZ | 18.48 | 19.55 | 59.3 | - |
| YUV | 100.38 | 185.91 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 203 | 0.96 | 0.37 | 0 | 0.20 | 203.51 | 0.92 | 0.42 |
| Hex | 9 | 7F | CB | 60 | 25 | 0 | 14 | CC | 5C | 2A |
| Octal | 11 | 177 | 313 | 140 | 45 | 0 | 24 | 314 | 134 | 52 |
| Binary | 1001 | 1111111 | 11001011 | 1100000 | 100101 | 0 | 10100 | 11001100 | 1011100 | 101010 |
Color Harmonies of #097FCB
Complementary color
Monochromatic Colors of #097FCB
Black with #097FCB
Text Example
Text Example
White with #097FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FCB; }
p { color: rgb(9,127,203); }
H1.HeaderClassName
{
color: #097FCB;
}
.AnyTagClassName
{
color: #097FCB;
}
</style>
background-color css
<style>
a { background-color: #097FCB; }
a { background-color: rgb(9,127,203); }
div.DivClassName
{
background-color: #097FCB;
}
.BgClassName
{
background-color: #097FCB;
}
</style>
border-color css
<style>
span { border-color: #097FCB; }
span { border-color: rgb(9,127,203); }
td.TdClassName
{
border-color: #097FCB;
}
.TagClassName
{
border-color: #097FCB;
}
</style>