Shades of Navy Blue #097EE1
Tints of Navy Blue #097EE1
RGB
CMYK
RGB Variations
Color information
#097EE1 (or 0x097EE1) is known color: Navy Blue. HEX triplet: 09, 7E and E1. RGB value is (9,126,225). Sum of RGB (Red+Green+Blue) = 9+126+225=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #097EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EE1 is #F6811E. Grayscale: #656565. Windows color (decimal): -16154911 or 14777865. OLE color: 14777865.
HSL color Cylindrical-coordinate representation of color #097EE1: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097EE1 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 126 | 225 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.12 |
| HSL | 207.5º | 0.92% | 0.46% | - |
| HSV(B) | 207.5º | 0.96% | 0.88% | - |
| XYZ | 21.16 | 20.42 | 74.06 | - |
| YUV | 102.3 | 197.24 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 225 | 0.96 | 0.44 | 0 | 0.12 | 207.5 | 0.92 | 0.46 |
| Hex | 9 | 7E | E1 | 60 | 2C | 0 | C | D0 | 5C | 2E |
| Octal | 11 | 176 | 341 | 140 | 54 | 0 | 14 | 320 | 134 | 56 |
| Binary | 1001 | 1111110 | 11100001 | 1100000 | 101100 | 0 | 1100 | 11010000 | 1011100 | 101110 |
Color Harmonies of #097EE1
Complementary color
Monochromatic Colors of #097EE1
Black with #097EE1
Text Example
Text Example
White with #097EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EE1; }
p { color: rgb(9,126,225); }
H1.HeaderClassName
{
color: #097EE1;
}
.AnyTagClassName
{
color: #097EE1;
}
</style>
background-color css
<style>
a { background-color: #097EE1; }
a { background-color: rgb(9,126,225); }
div.DivClassName
{
background-color: #097EE1;
}
.BgClassName
{
background-color: #097EE1;
}
</style>
border-color css
<style>
span { border-color: #097EE1; }
span { border-color: rgb(9,126,225); }
td.TdClassName
{
border-color: #097EE1;
}
.TagClassName
{
border-color: #097EE1;
}
</style>