Shades of Navy Blue #097BE5
Tints of Navy Blue #097BE5
RGB
CMYK
RGB Variations
Color information
#097BE5 (or 0x097BE5) is known color: Navy Blue. HEX triplet: 09, 7B and E5. RGB value is (9,123,229). Sum of RGB (Red+Green+Blue) = 9+123+229=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #097BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BE5 is #F6841A. Grayscale: #646464. Windows color (decimal): -16155675 or 15039241. OLE color: 15039241.
HSL color Cylindrical-coordinate representation of color #097BE5: hue angle of 208.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BE5 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 123 | 229 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.10 |
| HSL | 208.91º | 0.92% | 0.47% | - |
| HSV(B) | 208.91º | 0.96% | 0.9% | - |
| XYZ | 21.34 | 19.88 | 76.84 | - |
| YUV | 101 | 200.23 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 229 | 0.96 | 0.46 | 0 | 0.10 | 208.91 | 0.92 | 0.47 |
| Hex | 9 | 7B | E5 | 60 | 2E | 0 | A | D1 | 5C | 2F |
| Octal | 11 | 173 | 345 | 140 | 56 | 0 | 12 | 321 | 134 | 57 |
| Binary | 1001 | 1111011 | 11100101 | 1100000 | 101110 | 0 | 1010 | 11010001 | 1011100 | 101111 |
Color Harmonies of #097BE5
Complementary color
Monochromatic Colors of #097BE5
Black with #097BE5
Text Example
Text Example
White with #097BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BE5; }
p { color: rgb(9,123,229); }
H1.HeaderClassName
{
color: #097BE5;
}
.AnyTagClassName
{
color: #097BE5;
}
</style>
background-color css
<style>
a { background-color: #097BE5; }
a { background-color: rgb(9,123,229); }
div.DivClassName
{
background-color: #097BE5;
}
.BgClassName
{
background-color: #097BE5;
}
</style>
border-color css
<style>
span { border-color: #097BE5; }
span { border-color: rgb(9,123,229); }
td.TdClassName
{
border-color: #097BE5;
}
.TagClassName
{
border-color: #097BE5;
}
</style>