Shades of Navy Blue #097FE0
Tints of Navy Blue #097FE0
RGB
CMYK
RGB Variations
Color information
#097FE0 (or 0x097FE0) is known color: Navy Blue. HEX triplet: 09, 7F and E0. RGB value is (9,127,224). Sum of RGB (Red+Green+Blue) = 9+127+224=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #097FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FE0 is #F6801F. Grayscale: #666666. Windows color (decimal): -16154656 or 14712585. OLE color: 14712585.
HSL color Cylindrical-coordinate representation of color #097FE0: hue angle of 207.07º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FE0 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 127 | 224 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.12 |
| HSL | 207.07º | 0.92% | 0.46% | - |
| HSV(B) | 207.07º | 0.96% | 0.88% | - |
| XYZ | 21.16 | 20.62 | 73.39 | - |
| YUV | 102.78 | 196.41 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 224 | 0.96 | 0.43 | 0 | 0.12 | 207.07 | 0.92 | 0.46 |
| Hex | 9 | 7F | E0 | 60 | 2B | 0 | C | CF | 5C | 2E |
| Octal | 11 | 177 | 340 | 140 | 53 | 0 | 14 | 317 | 134 | 56 |
| Binary | 1001 | 1111111 | 11100000 | 1100000 | 101011 | 0 | 1100 | 11001111 | 1011100 | 101110 |
Color Harmonies of #097FE0
Complementary color
Monochromatic Colors of #097FE0
Black with #097FE0
Text Example
Text Example
White with #097FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FE0; }
p { color: rgb(9,127,224); }
H1.HeaderClassName
{
color: #097FE0;
}
.AnyTagClassName
{
color: #097FE0;
}
</style>
background-color css
<style>
a { background-color: #097FE0; }
a { background-color: rgb(9,127,224); }
div.DivClassName
{
background-color: #097FE0;
}
.BgClassName
{
background-color: #097FE0;
}
</style>
border-color css
<style>
span { border-color: #097FE0; }
span { border-color: rgb(9,127,224); }
td.TdClassName
{
border-color: #097FE0;
}
.TagClassName
{
border-color: #097FE0;
}
</style>