Shades of Navy Blue #097EE3
Tints of Navy Blue #097EE3
RGB
CMYK
RGB Variations
Color information
#097EE3 (or 0x097EE3) is known color: Navy Blue. HEX triplet: 09, 7E and E3. RGB value is (9,126,227). Sum of RGB (Red+Green+Blue) = 9+126+227=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 227 (89.06% from 255 or 62.71% from 362); Max value from RGB is 227 - color contains mainly: blue. Hex color #097EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EE3 is #F6811C. Grayscale: #666666. Windows color (decimal): -16154909 or 14908937. OLE color: 14908937.
HSL color Cylindrical-coordinate representation of color #097EE3: hue angle of 207.8º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EE3 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 126 | 227 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.11 |
| HSL | 207.8º | 0.92% | 0.46% | - |
| HSV(B) | 207.8º | 0.96% | 0.89% | - |
| XYZ | 21.44 | 20.53 | 75.51 | - |
| YUV | 102.53 | 198.24 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 227 | 0.96 | 0.44 | 0 | 0.11 | 207.8 | 0.92 | 0.46 |
| Hex | 9 | 7E | E3 | 60 | 2C | 0 | B | D0 | 5C | 2E |
| Octal | 11 | 176 | 343 | 140 | 54 | 0 | 13 | 320 | 134 | 56 |
| Binary | 1001 | 1111110 | 11100011 | 1100000 | 101100 | 0 | 1011 | 11010000 | 1011100 | 101110 |
Color Harmonies of #097EE3
Complementary color
Monochromatic Colors of #097EE3
Black with #097EE3
Text Example
Text Example
White with #097EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EE3; }
p { color: rgb(9,126,227); }
H1.HeaderClassName
{
color: #097EE3;
}
.AnyTagClassName
{
color: #097EE3;
}
</style>
background-color css
<style>
a { background-color: #097EE3; }
a { background-color: rgb(9,126,227); }
div.DivClassName
{
background-color: #097EE3;
}
.BgClassName
{
background-color: #097EE3;
}
</style>
border-color css
<style>
span { border-color: #097EE3; }
span { border-color: rgb(9,126,227); }
td.TdClassName
{
border-color: #097EE3;
}
.TagClassName
{
border-color: #097EE3;
}
</style>