Shades of Navy Blue #097CDE
Tints of Navy Blue #097CDE
RGB
CMYK
RGB Variations
Color information
#097CDE (or 0x097CDE) is known color: Navy Blue. HEX triplet: 09, 7C and DE. RGB value is (9,124,222). Sum of RGB (Red+Green+Blue) = 9+124+222=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #097CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CDE is #F68321. Grayscale: #646464. Windows color (decimal): -16155426 or 14580745. OLE color: 14580745.
HSL color Cylindrical-coordinate representation of color #097CDE: hue angle of 207.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097CDE is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 124 | 222 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.13 |
| HSL | 207.61º | 0.92% | 0.45% | - |
| HSV(B) | 207.61º | 0.96% | 0.87% | - |
| XYZ | 20.51 | 19.75 | 71.84 | - |
| YUV | 100.79 | 196.4 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 222 | 0.96 | 0.44 | 0 | 0.13 | 207.61 | 0.92 | 0.45 |
| Hex | 9 | 7C | DE | 60 | 2C | 0 | D | D0 | 5C | 2D |
| Octal | 11 | 174 | 336 | 140 | 54 | 0 | 15 | 320 | 134 | 55 |
| Binary | 1001 | 1111100 | 11011110 | 1100000 | 101100 | 0 | 1101 | 11010000 | 1011100 | 101101 |
Color Harmonies of #097CDE
Complementary color
Monochromatic Colors of #097CDE
Black with #097CDE
Text Example
Text Example
White with #097CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CDE; }
p { color: rgb(9,124,222); }
H1.HeaderClassName
{
color: #097CDE;
}
.AnyTagClassName
{
color: #097CDE;
}
</style>
background-color css
<style>
a { background-color: #097CDE; }
a { background-color: rgb(9,124,222); }
div.DivClassName
{
background-color: #097CDE;
}
.BgClassName
{
background-color: #097CDE;
}
</style>
border-color css
<style>
span { border-color: #097CDE; }
span { border-color: rgb(9,124,222); }
td.TdClassName
{
border-color: #097CDE;
}
.TagClassName
{
border-color: #097CDE;
}
</style>