Shades of Navy Blue #097BD8
Tints of Navy Blue #097BD8
RGB
CMYK
RGB Variations
Color information
#097BD8 (or 0x097BD8) is known color: Navy Blue. HEX triplet: 09, 7B and D8. RGB value is (9,123,216). Sum of RGB (Red+Green+Blue) = 9+123+216=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 216 (84.77% from 255 or 62.07% from 348); Max value from RGB is 216 - color contains mainly: blue. Hex color #097BD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BD8 is #F68427. Grayscale: #636363. Windows color (decimal): -16155688 or 14187273. OLE color: 14187273.
HSL color Cylindrical-coordinate representation of color #097BD8: hue angle of 206.96º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BD8 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 123 | 216 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.15 |
| HSL | 206.96º | 0.92% | 0.44% | - |
| HSV(B) | 206.96º | 0.96% | 0.85% | - |
| XYZ | 19.59 | 19.18 | 67.64 | - |
| YUV | 99.52 | 193.73 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 216 | 0.96 | 0.43 | 0 | 0.15 | 206.96 | 0.92 | 0.44 |
| Hex | 9 | 7B | D8 | 60 | 2B | 0 | F | CF | 5C | 2C |
| Octal | 11 | 173 | 330 | 140 | 53 | 0 | 17 | 317 | 134 | 54 |
| Binary | 1001 | 1111011 | 11011000 | 1100000 | 101011 | 0 | 1111 | 11001111 | 1011100 | 101100 |
Color Harmonies of #097BD8
Complementary color
Monochromatic Colors of #097BD8
Black with #097BD8
Text Example
Text Example
White with #097BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BD8; }
p { color: rgb(9,123,216); }
H1.HeaderClassName
{
color: #097BD8;
}
.AnyTagClassName
{
color: #097BD8;
}
</style>
background-color css
<style>
a { background-color: #097BD8; }
a { background-color: rgb(9,123,216); }
div.DivClassName
{
background-color: #097BD8;
}
.BgClassName
{
background-color: #097BD8;
}
</style>
border-color css
<style>
span { border-color: #097BD8; }
span { border-color: rgb(9,123,216); }
td.TdClassName
{
border-color: #097BD8;
}
.TagClassName
{
border-color: #097BD8;
}
</style>