Shades of Navy Blue #097EDA
Tints of Navy Blue #097EDA
RGB
CMYK
RGB Variations
Color information
#097EDA (or 0x097EDA) is known color: Navy Blue. HEX triplet: 09, 7E and DA. RGB value is (9,126,218). Sum of RGB (Red+Green+Blue) = 9+126+218=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #097EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EDA is #F68125. Grayscale: #656565. Windows color (decimal): -16154918 or 14319113. OLE color: 14319113.
HSL color Cylindrical-coordinate representation of color #097EDA: hue angle of 206.41º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EDA is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 126 | 218 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.15 |
| HSL | 206.41º | 0.92% | 0.45% | - |
| HSV(B) | 206.41º | 0.96% | 0.85% | - |
| XYZ | 20.23 | 20.04 | 69.13 | - |
| YUV | 101.51 | 193.74 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 218 | 0.96 | 0.42 | 0 | 0.15 | 206.41 | 0.92 | 0.45 |
| Hex | 9 | 7E | DA | 60 | 2A | 0 | F | CE | 5C | 2D |
| Octal | 11 | 176 | 332 | 140 | 52 | 0 | 17 | 316 | 134 | 55 |
| Binary | 1001 | 1111110 | 11011010 | 1100000 | 101010 | 0 | 1111 | 11001110 | 1011100 | 101101 |
Color Harmonies of #097EDA
Complementary color
Monochromatic Colors of #097EDA
Black with #097EDA
Text Example
Text Example
White with #097EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EDA; }
p { color: rgb(9,126,218); }
H1.HeaderClassName
{
color: #097EDA;
}
.AnyTagClassName
{
color: #097EDA;
}
</style>
background-color css
<style>
a { background-color: #097EDA; }
a { background-color: rgb(9,126,218); }
div.DivClassName
{
background-color: #097EDA;
}
.BgClassName
{
background-color: #097EDA;
}
</style>
border-color css
<style>
span { border-color: #097EDA; }
span { border-color: rgb(9,126,218); }
td.TdClassName
{
border-color: #097EDA;
}
.TagClassName
{
border-color: #097EDA;
}
</style>