Shades of Navy Blue #097EDB
Tints of Navy Blue #097EDB
RGB
CMYK
RGB Variations
Color information
#097EDB (or 0x097EDB) is known color: Navy Blue. HEX triplet: 09, 7E and DB. RGB value is (9,126,219). Sum of RGB (Red+Green+Blue) = 9+126+219=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #097EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EDB is #F68124. Grayscale: #656565. Windows color (decimal): -16154917 or 14384649. OLE color: 14384649.
HSL color Cylindrical-coordinate representation of color #097EDB: hue angle of 206.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EDB is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 126 | 219 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.14 |
| HSL | 206.57º | 0.92% | 0.45% | - |
| HSV(B) | 206.57º | 0.96% | 0.86% | - |
| XYZ | 20.36 | 20.09 | 69.82 | - |
| YUV | 101.62 | 194.24 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 219 | 0.96 | 0.42 | 0 | 0.14 | 206.57 | 0.92 | 0.45 |
| Hex | 9 | 7E | DB | 60 | 2A | 0 | E | CF | 5C | 2D |
| Octal | 11 | 176 | 333 | 140 | 52 | 0 | 16 | 317 | 134 | 55 |
| Binary | 1001 | 1111110 | 11011011 | 1100000 | 101010 | 0 | 1110 | 11001111 | 1011100 | 101101 |
Color Harmonies of #097EDB
Complementary color
Monochromatic Colors of #097EDB
Black with #097EDB
Text Example
Text Example
White with #097EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EDB; }
p { color: rgb(9,126,219); }
H1.HeaderClassName
{
color: #097EDB;
}
.AnyTagClassName
{
color: #097EDB;
}
</style>
background-color css
<style>
a { background-color: #097EDB; }
a { background-color: rgb(9,126,219); }
div.DivClassName
{
background-color: #097EDB;
}
.BgClassName
{
background-color: #097EDB;
}
</style>
border-color css
<style>
span { border-color: #097EDB; }
span { border-color: rgb(9,126,219); }
td.TdClassName
{
border-color: #097EDB;
}
.TagClassName
{
border-color: #097EDB;
}
</style>