Shades of Navy Blue #097BE8
Tints of Navy Blue #097BE8
RGB
CMYK
RGB Variations
Color information
#097BE8 (or 0x097BE8) is known color: Navy Blue. HEX triplet: 09, 7B and E8. RGB value is (9,123,232). Sum of RGB (Red+Green+Blue) = 9+123+232=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 232 (91.02% from 255 or 63.74% from 364); Max value from RGB is 232 - color contains mainly: blue. Hex color #097BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BE8 is #F68417. Grayscale: #646464. Windows color (decimal): -16155672 or 15235849. OLE color: 15235849.
HSL color Cylindrical-coordinate representation of color #097BE8: hue angle of 209.33º 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 #097BE8 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 123 | 232 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.09 |
| HSL | 209.33º | 0.93% | 0.47% | - |
| HSV(B) | 209.33º | 0.96% | 0.91% | - |
| XYZ | 21.76 | 20.05 | 79.07 | - |
| YUV | 101.34 | 201.73 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 232 | 0.96 | 0.47 | 0 | 0.09 | 209.33 | 0.93 | 0.47 |
| Hex | 9 | 7B | E8 | 60 | 2F | 0 | 9 | D1 | 5D | 2F |
| Octal | 11 | 173 | 350 | 140 | 57 | 0 | 11 | 321 | 135 | 57 |
| Binary | 1001 | 1111011 | 11101000 | 1100000 | 101111 | 0 | 1001 | 11010001 | 1011101 | 101111 |
Color Harmonies of #097BE8
Complementary color
Monochromatic Colors of #097BE8
Black with #097BE8
Text Example
Text Example
White with #097BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BE8; }
p { color: rgb(9,123,232); }
H1.HeaderClassName
{
color: #097BE8;
}
.AnyTagClassName
{
color: #097BE8;
}
</style>
background-color css
<style>
a { background-color: #097BE8; }
a { background-color: rgb(9,123,232); }
div.DivClassName
{
background-color: #097BE8;
}
.BgClassName
{
background-color: #097BE8;
}
</style>
border-color css
<style>
span { border-color: #097BE8; }
span { border-color: rgb(9,123,232); }
td.TdClassName
{
border-color: #097BE8;
}
.TagClassName
{
border-color: #097BE8;
}
</style>