Shades of Navy Blue #097FE2
Tints of Navy Blue #097FE2
RGB
CMYK
RGB Variations
Color information
#097FE2 (or 0x097FE2) is known color: Navy Blue. HEX triplet: 09, 7F and E2. RGB value is (9,127,226). Sum of RGB (Red+Green+Blue) = 9+127+226=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 226 (88.67% from 255 or 62.43% from 362); Max value from RGB is 226 - color contains mainly: blue. Hex color #097FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FE2 is #F6801D. Grayscale: #666666. Windows color (decimal): -16154654 or 14843657. OLE color: 14843657.
HSL color Cylindrical-coordinate representation of color #097FE2: hue angle of 207.37º 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 #097FE2 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 127 | 226 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.11 |
| HSL | 207.37º | 0.92% | 0.46% | - |
| HSV(B) | 207.37º | 0.96% | 0.89% | - |
| XYZ | 21.43 | 20.73 | 74.82 | - |
| YUV | 103 | 197.41 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 226 | 0.96 | 0.44 | 0 | 0.11 | 207.37 | 0.92 | 0.46 |
| Hex | 9 | 7F | E2 | 60 | 2C | 0 | B | CF | 5C | 2E |
| Octal | 11 | 177 | 342 | 140 | 54 | 0 | 13 | 317 | 134 | 56 |
| Binary | 1001 | 1111111 | 11100010 | 1100000 | 101100 | 0 | 1011 | 11001111 | 1011100 | 101110 |
Color Harmonies of #097FE2
Complementary color
Monochromatic Colors of #097FE2
Black with #097FE2
Text Example
Text Example
White with #097FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FE2; }
p { color: rgb(9,127,226); }
H1.HeaderClassName
{
color: #097FE2;
}
.AnyTagClassName
{
color: #097FE2;
}
</style>
background-color css
<style>
a { background-color: #097FE2; }
a { background-color: rgb(9,127,226); }
div.DivClassName
{
background-color: #097FE2;
}
.BgClassName
{
background-color: #097FE2;
}
</style>
border-color css
<style>
span { border-color: #097FE2; }
span { border-color: rgb(9,127,226); }
td.TdClassName
{
border-color: #097FE2;
}
.TagClassName
{
border-color: #097FE2;
}
</style>