Shades of Navy Blue #097DD8
Tints of Navy Blue #097DD8
RGB
CMYK
RGB Variations
Color information
#097DD8 (or 0x097DD8) is known color: Navy Blue. HEX triplet: 09, 7D and D8. RGB value is (9,125,216). Sum of RGB (Red+Green+Blue) = 9+125+216=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #097DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DD8 is #F68227. Grayscale: #646464. Windows color (decimal): -16155176 or 14187785. OLE color: 14187785.
HSL color Cylindrical-coordinate representation of color #097DD8: hue angle of 206.38º 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 #097DD8 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 125 | 216 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.15 |
| HSL | 206.38º | 0.92% | 0.44% | - |
| HSV(B) | 206.38º | 0.96% | 0.85% | - |
| XYZ | 19.84 | 19.68 | 67.72 | - |
| YUV | 100.69 | 193.07 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 216 | 0.96 | 0.42 | 0 | 0.15 | 206.38 | 0.92 | 0.44 |
| Hex | 9 | 7D | D8 | 60 | 2A | 0 | F | CE | 5C | 2C |
| Octal | 11 | 175 | 330 | 140 | 52 | 0 | 17 | 316 | 134 | 54 |
| Binary | 1001 | 1111101 | 11011000 | 1100000 | 101010 | 0 | 1111 | 11001110 | 1011100 | 101100 |
Color Harmonies of #097DD8
Complementary color
Monochromatic Colors of #097DD8
Black with #097DD8
Text Example
Text Example
White with #097DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DD8; }
p { color: rgb(9,125,216); }
H1.HeaderClassName
{
color: #097DD8;
}
.AnyTagClassName
{
color: #097DD8;
}
</style>
background-color css
<style>
a { background-color: #097DD8; }
a { background-color: rgb(9,125,216); }
div.DivClassName
{
background-color: #097DD8;
}
.BgClassName
{
background-color: #097DD8;
}
</style>
border-color css
<style>
span { border-color: #097DD8; }
span { border-color: rgb(9,125,216); }
td.TdClassName
{
border-color: #097DD8;
}
.TagClassName
{
border-color: #097DD8;
}
</style>