Shades of Navy Blue #097CE6
Tints of Navy Blue #097CE6
RGB
CMYK
RGB Variations
Color information
#097CE6 (or 0x097CE6) is known color: Navy Blue. HEX triplet: 09, 7C and E6. RGB value is (9,124,230). Sum of RGB (Red+Green+Blue) = 9+124+230=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 230 (90.23% from 255 or 63.36% from 363); Max value from RGB is 230 - color contains mainly: blue. Hex color #097CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CE6 is #F68319. Grayscale: #656565. Windows color (decimal): -16155418 or 15105033. OLE color: 15105033.
HSL color Cylindrical-coordinate representation of color #097CE6: hue angle of 208.78º 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 #097CE6 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 124 | 230 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.10 |
| HSL | 208.78º | 0.92% | 0.47% | - |
| HSV(B) | 208.78º | 0.96% | 0.9% | - |
| XYZ | 21.6 | 20.19 | 77.62 | - |
| YUV | 101.7 | 200.4 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 230 | 0.96 | 0.46 | 0 | 0.10 | 208.78 | 0.92 | 0.47 |
| Hex | 9 | 7C | E6 | 60 | 2E | 0 | A | D1 | 5C | 2F |
| Octal | 11 | 174 | 346 | 140 | 56 | 0 | 12 | 321 | 134 | 57 |
| Binary | 1001 | 1111100 | 11100110 | 1100000 | 101110 | 0 | 1010 | 11010001 | 1011100 | 101111 |
Color Harmonies of #097CE6
Complementary color
Monochromatic Colors of #097CE6
Black with #097CE6
Text Example
Text Example
White with #097CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CE6; }
p { color: rgb(9,124,230); }
H1.HeaderClassName
{
color: #097CE6;
}
.AnyTagClassName
{
color: #097CE6;
}
</style>
background-color css
<style>
a { background-color: #097CE6; }
a { background-color: rgb(9,124,230); }
div.DivClassName
{
background-color: #097CE6;
}
.BgClassName
{
background-color: #097CE6;
}
</style>
border-color css
<style>
span { border-color: #097CE6; }
span { border-color: rgb(9,124,230); }
td.TdClassName
{
border-color: #097CE6;
}
.TagClassName
{
border-color: #097CE6;
}
</style>