Shades of Navy Blue #096FDE
Tints of Navy Blue #096FDE
RGB
CMYK
RGB Variations
Color information
#096FDE (or 0x096FDE) is known color: Navy Blue. HEX triplet: 09, 6F and DE. RGB value is (9,111,222). Sum of RGB (Red+Green+Blue) = 9+111+222=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #096FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FDE is #F69021. Grayscale: #5C5C5C. Windows color (decimal): -16158754 or 14577417. OLE color: 14577417.
HSL color Cylindrical-coordinate representation of color #096FDE: hue angle of 211.27º 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 #096FDE is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 111 | 222 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.13 |
| HSL | 211.27º | 0.92% | 0.45% | - |
| HSV(B) | 211.27º | 0.96% | 0.87% | - |
| XYZ | 18.98 | 16.7 | 71.33 | - |
| YUV | 93.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 222 | 0.96 | 0.5 | 0 | 0.13 | 211.27 | 0.92 | 0.45 |
| Hex | 9 | 6F | DE | 60 | 32 | 0 | D | D3 | 5C | 2D |
| Octal | 11 | 157 | 336 | 140 | 62 | 0 | 15 | 323 | 134 | 55 |
| Binary | 1001 | 1101111 | 11011110 | 1100000 | 110010 | 0 | 1101 | 11010011 | 1011100 | 101101 |
Color Harmonies of #096FDE
Complementary color
Monochromatic Colors of #096FDE
Black with #096FDE
Text Example
Text Example
White with #096FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FDE; }
p { color: rgb(9,111,222); }
H1.HeaderClassName
{
color: #096FDE;
}
.AnyTagClassName
{
color: #096FDE;
}
</style>
background-color css
<style>
a { background-color: #096FDE; }
a { background-color: rgb(9,111,222); }
div.DivClassName
{
background-color: #096FDE;
}
.BgClassName
{
background-color: #096FDE;
}
</style>
border-color css
<style>
span { border-color: #096FDE; }
span { border-color: rgb(9,111,222); }
td.TdClassName
{
border-color: #096FDE;
}
.TagClassName
{
border-color: #096FDE;
}
</style>