Shades of Navy Blue #097CE7
Tints of Navy Blue #097CE7
RGB
CMYK
RGB Variations
Color information
#097CE7 (or 0x097CE7) is known color: Navy Blue. HEX triplet: 09, 7C and E7. RGB value is (9,124,231). Sum of RGB (Red+Green+Blue) = 9+124+231=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 231 (90.62% from 255 or 63.46% from 364); Max value from RGB is 231 - color contains mainly: blue. Hex color #097CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CE7 is #F68318. Grayscale: #656565. Windows color (decimal): -16155417 or 15170569. OLE color: 15170569.
HSL color Cylindrical-coordinate representation of color #097CE7: hue angle of 208.92º 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 #097CE7 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 124 | 231 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.09 |
| HSL | 208.92º | 0.93% | 0.47% | - |
| HSV(B) | 208.92º | 0.96% | 0.91% | - |
| XYZ | 21.74 | 20.24 | 78.36 | - |
| YUV | 101.81 | 200.9 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 231 | 0.96 | 0.46 | 0 | 0.09 | 208.92 | 0.93 | 0.47 |
| Hex | 9 | 7C | E7 | 60 | 2E | 0 | 9 | D1 | 5C | 2F |
| Octal | 11 | 174 | 347 | 140 | 56 | 0 | 11 | 321 | 134 | 57 |
| Binary | 1001 | 1111100 | 11100111 | 1100000 | 101110 | 0 | 1001 | 11010001 | 1011100 | 101111 |
Color Harmonies of #097CE7
Complementary color
Monochromatic Colors of #097CE7
Black with #097CE7
Text Example
Text Example
White with #097CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CE7; }
p { color: rgb(9,124,231); }
H1.HeaderClassName
{
color: #097CE7;
}
.AnyTagClassName
{
color: #097CE7;
}
</style>
background-color css
<style>
a { background-color: #097CE7; }
a { background-color: rgb(9,124,231); }
div.DivClassName
{
background-color: #097CE7;
}
.BgClassName
{
background-color: #097CE7;
}
</style>
border-color css
<style>
span { border-color: #097CE7; }
span { border-color: rgb(9,124,231); }
td.TdClassName
{
border-color: #097CE7;
}
.TagClassName
{
border-color: #097CE7;
}
</style>