Shades of Navy Blue #097BE7
Tints of Navy Blue #097BE7
RGB
CMYK
RGB Variations
Color information
#097BE7 (or 0x097BE7) is known color: Navy Blue. HEX triplet: 09, 7B and E7. RGB value is (9,123,231). Sum of RGB (Red+Green+Blue) = 9+123+231=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #097BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BE7 is #F68418. Grayscale: #646464. Windows color (decimal): -16155673 or 15170313. OLE color: 15170313.
HSL color Cylindrical-coordinate representation of color #097BE7: hue angle of 209.19º 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 #097BE7 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 123 | 231 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.09 |
| HSL | 209.19º | 0.93% | 0.47% | - |
| HSV(B) | 209.19º | 0.96% | 0.91% | - |
| XYZ | 21.62 | 19.99 | 78.32 | - |
| YUV | 101.23 | 201.23 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 231 | 0.96 | 0.47 | 0 | 0.09 | 209.19 | 0.93 | 0.47 |
| Hex | 9 | 7B | E7 | 60 | 2F | 0 | 9 | D1 | 5C | 2F |
| Octal | 11 | 173 | 347 | 140 | 57 | 0 | 11 | 321 | 134 | 57 |
| Binary | 1001 | 1111011 | 11100111 | 1100000 | 101111 | 0 | 1001 | 11010001 | 1011100 | 101111 |
Color Harmonies of #097BE7
Complementary color
Monochromatic Colors of #097BE7
Black with #097BE7
Text Example
Text Example
White with #097BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BE7; }
p { color: rgb(9,123,231); }
H1.HeaderClassName
{
color: #097BE7;
}
.AnyTagClassName
{
color: #097BE7;
}
</style>
background-color css
<style>
a { background-color: #097BE7; }
a { background-color: rgb(9,123,231); }
div.DivClassName
{
background-color: #097BE7;
}
.BgClassName
{
background-color: #097BE7;
}
</style>
border-color css
<style>
span { border-color: #097BE7; }
span { border-color: rgb(9,123,231); }
td.TdClassName
{
border-color: #097BE7;
}
.TagClassName
{
border-color: #097BE7;
}
</style>