Shades of Navy Blue #097BCD
Tints of Navy Blue #097BCD
RGB
CMYK
RGB Variations
Color information
#097BCD (or 0x097BCD) is known color: Navy Blue. HEX triplet: 09, 7B and CD. RGB value is (9,123,205). Sum of RGB (Red+Green+Blue) = 9+123+205=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #097BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BCD is #F68432. Grayscale: #616161. Windows color (decimal): -16155699 or 13466377. OLE color: 13466377.
HSL color Cylindrical-coordinate representation of color #097BCD: hue angle of 205.1º 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 #097BCD is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 123 | 205 | - |
| CMYK | 0.96 | 0.4 | 0 | 0.20 |
| HSL | 205.1º | 0.92% | 0.42% | - |
| HSV(B) | 205.1º | 0.96% | 0.8% | - |
| XYZ | 18.22 | 18.63 | 60.39 | - |
| YUV | 98.26 | 188.23 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 205 | 0.96 | 0.4 | 0 | 0.20 | 205.1 | 0.92 | 0.42 |
| Hex | 9 | 7B | CD | 60 | 28 | 0 | 14 | CD | 5C | 2A |
| Octal | 11 | 173 | 315 | 140 | 50 | 0 | 24 | 315 | 134 | 52 |
| Binary | 1001 | 1111011 | 11001101 | 1100000 | 101000 | 0 | 10100 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097BCD
Complementary color
Monochromatic Colors of #097BCD
Black with #097BCD
Text Example
Text Example
White with #097BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BCD; }
p { color: rgb(9,123,205); }
H1.HeaderClassName
{
color: #097BCD;
}
.AnyTagClassName
{
color: #097BCD;
}
</style>
background-color css
<style>
a { background-color: #097BCD; }
a { background-color: rgb(9,123,205); }
div.DivClassName
{
background-color: #097BCD;
}
.BgClassName
{
background-color: #097BCD;
}
</style>
border-color css
<style>
span { border-color: #097BCD; }
span { border-color: rgb(9,123,205); }
td.TdClassName
{
border-color: #097BCD;
}
.TagClassName
{
border-color: #097BCD;
}
</style>