Shades of Navy Blue #096BEA
Tints of Navy Blue #096BEA
RGB
CMYK
RGB Variations
Color information
#096BEA (or 0x096BEA) is known color: Navy Blue. HEX triplet: 09, 6B and EA. RGB value is (9,107,234). Sum of RGB (Red+Green+Blue) = 9+107+234=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #096BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BEA is #F69415. Grayscale: #5B5B5B. Windows color (decimal): -16159766 or 15362825. OLE color: 15362825.
HSL color Cylindrical-coordinate representation of color #096BEA: hue angle of 213.87º 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 #096BEA is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 107 | 234 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.08 |
| HSL | 213.87º | 0.93% | 0.48% | - |
| HSV(B) | 213.87º | 0.96% | 0.92% | - |
| XYZ | 20.22 | 16.51 | 79.96 | - |
| YUV | 92.18 | 208.03 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 234 | 0.96 | 0.54 | 0 | 0.08 | 213.87 | 0.93 | 0.48 |
| Hex | 9 | 6B | EA | 60 | 36 | 0 | 8 | D6 | 5D | 30 |
| Octal | 11 | 153 | 352 | 140 | 66 | 0 | 10 | 326 | 135 | 60 |
| Binary | 1001 | 1101011 | 11101010 | 1100000 | 110110 | 0 | 1000 | 11010110 | 1011101 | 110000 |
Color Harmonies of #096BEA
Complementary color
Monochromatic Colors of #096BEA
Black with #096BEA
Text Example
Text Example
White with #096BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BEA; }
p { color: rgb(9,107,234); }
H1.HeaderClassName
{
color: #096BEA;
}
.AnyTagClassName
{
color: #096BEA;
}
</style>
background-color css
<style>
a { background-color: #096BEA; }
a { background-color: rgb(9,107,234); }
div.DivClassName
{
background-color: #096BEA;
}
.BgClassName
{
background-color: #096BEA;
}
</style>
border-color css
<style>
span { border-color: #096BEA; }
span { border-color: rgb(9,107,234); }
td.TdClassName
{
border-color: #096BEA;
}
.TagClassName
{
border-color: #096BEA;
}
</style>