Shades of Navy Blue #096FEA
Tints of Navy Blue #096FEA
RGB
CMYK
RGB Variations
Color information
#096FEA (or 0x096FEA) is known color: Navy Blue. HEX triplet: 09, 6F and EA. RGB value is (9,111,234). Sum of RGB (Red+Green+Blue) = 9+111+234=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #096FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FEA is #F69015. Grayscale: #5D5D5D. Windows color (decimal): -16158742 or 15363849. OLE color: 15363849.
HSL color Cylindrical-coordinate representation of color #096FEA: hue angle of 212.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FEA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 111 | 234 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.08 |
| HSL | 212.8º | 0.93% | 0.48% | - |
| HSV(B) | 212.8º | 0.96% | 0.92% | - |
| XYZ | 20.65 | 17.37 | 80.11 | - |
| YUV | 94.52 | 206.71 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 234 | 0.96 | 0.53 | 0 | 0.08 | 212.8 | 0.93 | 0.48 |
| Hex | 9 | 6F | EA | 60 | 35 | 0 | 8 | D5 | 5D | 30 |
| Octal | 11 | 157 | 352 | 140 | 65 | 0 | 10 | 325 | 135 | 60 |
| Binary | 1001 | 1101111 | 11101010 | 1100000 | 110101 | 0 | 1000 | 11010101 | 1011101 | 110000 |
Color Harmonies of #096FEA
Complementary color
Monochromatic Colors of #096FEA
Black with #096FEA
Text Example
Text Example
White with #096FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FEA; }
p { color: rgb(9,111,234); }
H1.HeaderClassName
{
color: #096FEA;
}
.AnyTagClassName
{
color: #096FEA;
}
</style>
background-color css
<style>
a { background-color: #096FEA; }
a { background-color: rgb(9,111,234); }
div.DivClassName
{
background-color: #096FEA;
}
.BgClassName
{
background-color: #096FEA;
}
</style>
border-color css
<style>
span { border-color: #096FEA; }
span { border-color: rgb(9,111,234); }
td.TdClassName
{
border-color: #096FEA;
}
.TagClassName
{
border-color: #096FEA;
}
</style>