Shades of Navy Blue #097AE8
Tints of Navy Blue #097AE8
RGB
CMYK
RGB Variations
Color information
#097AE8 (or 0x097AE8) is known color: Navy Blue. HEX triplet: 09, 7A and E8. RGB value is (9,122,232). Sum of RGB (Red+Green+Blue) = 9+122+232=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #097AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AE8 is #F68517. Grayscale: #646464. Windows color (decimal): -16155928 or 15235593. OLE color: 15235593.
HSL color Cylindrical-coordinate representation of color #097AE8: hue angle of 209.6º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097AE8 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 122 | 232 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.09 |
| HSL | 209.6º | 0.93% | 0.47% | - |
| HSV(B) | 209.6º | 0.96% | 0.91% | - |
| XYZ | 21.64 | 19.8 | 79.03 | - |
| YUV | 100.75 | 202.06 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 232 | 0.96 | 0.47 | 0 | 0.09 | 209.6 | 0.93 | 0.47 |
| Hex | 9 | 7A | E8 | 60 | 2F | 0 | 9 | D2 | 5D | 2F |
| Octal | 11 | 172 | 350 | 140 | 57 | 0 | 11 | 322 | 135 | 57 |
| Binary | 1001 | 1111010 | 11101000 | 1100000 | 101111 | 0 | 1001 | 11010010 | 1011101 | 101111 |
Color Harmonies of #097AE8
Complementary color
Monochromatic Colors of #097AE8
Black with #097AE8
Text Example
Text Example
White with #097AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097AE8; }
p { color: rgb(9,122,232); }
H1.HeaderClassName
{
color: #097AE8;
}
.AnyTagClassName
{
color: #097AE8;
}
</style>
background-color css
<style>
a { background-color: #097AE8; }
a { background-color: rgb(9,122,232); }
div.DivClassName
{
background-color: #097AE8;
}
.BgClassName
{
background-color: #097AE8;
}
</style>
border-color css
<style>
span { border-color: #097AE8; }
span { border-color: rgb(9,122,232); }
td.TdClassName
{
border-color: #097AE8;
}
.TagClassName
{
border-color: #097AE8;
}
</style>