Shades of Navy Blue #097FE3
Tints of Navy Blue #097FE3
RGB
CMYK
RGB Variations
Color information
#097FE3 (or 0x097FE3) is known color: Navy Blue. HEX triplet: 09, 7F and E3. RGB value is (9,127,227). Sum of RGB (Red+Green+Blue) = 9+127+227=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 227 (89.06% from 255 or 62.53% from 363); Max value from RGB is 227 - color contains mainly: blue. Hex color #097FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FE3 is #F6801C. Grayscale: #666666. Windows color (decimal): -16154653 or 14909193. OLE color: 14909193.
HSL color Cylindrical-coordinate representation of color #097FE3: hue angle of 207.52º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FE3 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 127 | 227 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.11 |
| HSL | 207.52º | 0.92% | 0.46% | - |
| HSV(B) | 207.52º | 0.96% | 0.89% | - |
| XYZ | 21.57 | 20.78 | 75.55 | - |
| YUV | 103.12 | 197.91 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 227 | 0.96 | 0.44 | 0 | 0.11 | 207.52 | 0.92 | 0.46 |
| Hex | 9 | 7F | E3 | 60 | 2C | 0 | B | D0 | 5C | 2E |
| Octal | 11 | 177 | 343 | 140 | 54 | 0 | 13 | 320 | 134 | 56 |
| Binary | 1001 | 1111111 | 11100011 | 1100000 | 101100 | 0 | 1011 | 11010000 | 1011100 | 101110 |
Color Harmonies of #097FE3
Complementary color
Monochromatic Colors of #097FE3
Black with #097FE3
Text Example
Text Example
White with #097FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FE3; }
p { color: rgb(9,127,227); }
H1.HeaderClassName
{
color: #097FE3;
}
.AnyTagClassName
{
color: #097FE3;
}
</style>
background-color css
<style>
a { background-color: #097FE3; }
a { background-color: rgb(9,127,227); }
div.DivClassName
{
background-color: #097FE3;
}
.BgClassName
{
background-color: #097FE3;
}
</style>
border-color css
<style>
span { border-color: #097FE3; }
span { border-color: rgb(9,127,227); }
td.TdClassName
{
border-color: #097FE3;
}
.TagClassName
{
border-color: #097FE3;
}
</style>