Shades of Navy Blue #097DCB
Tints of Navy Blue #097DCB
RGB
CMYK
RGB Variations
Color information
#097DCB (or 0x097DCB) is known color: Navy Blue. HEX triplet: 09, 7D and CB. RGB value is (9,125,203). Sum of RGB (Red+Green+Blue) = 9+125+203=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #097DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DCB is #F68234. Grayscale: #626262. Windows color (decimal): -16155189 or 13335817. OLE color: 13335817.
HSL color Cylindrical-coordinate representation of color #097DCB: hue angle of 204.12º 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 #097DCB is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 125 | 203 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.20 |
| HSL | 204.12º | 0.92% | 0.42% | - |
| HSV(B) | 204.12º | 0.96% | 0.8% | - |
| XYZ | 18.23 | 19.04 | 59.21 | - |
| YUV | 99.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 203 | 0.96 | 0.38 | 0 | 0.20 | 204.12 | 0.92 | 0.42 |
| Hex | 9 | 7D | CB | 60 | 26 | 0 | 14 | CC | 5C | 2A |
| Octal | 11 | 175 | 313 | 140 | 46 | 0 | 24 | 314 | 134 | 52 |
| Binary | 1001 | 1111101 | 11001011 | 1100000 | 100110 | 0 | 10100 | 11001100 | 1011100 | 101010 |
Color Harmonies of #097DCB
Complementary color
Monochromatic Colors of #097DCB
Black with #097DCB
Text Example
Text Example
White with #097DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DCB; }
p { color: rgb(9,125,203); }
H1.HeaderClassName
{
color: #097DCB;
}
.AnyTagClassName
{
color: #097DCB;
}
</style>
background-color css
<style>
a { background-color: #097DCB; }
a { background-color: rgb(9,125,203); }
div.DivClassName
{
background-color: #097DCB;
}
.BgClassName
{
background-color: #097DCB;
}
</style>
border-color css
<style>
span { border-color: #097DCB; }
span { border-color: rgb(9,125,203); }
td.TdClassName
{
border-color: #097DCB;
}
.TagClassName
{
border-color: #097DCB;
}
</style>