Shades of Navy Blue #096BEF
Tints of Navy Blue #096BEF
RGB
CMYK
RGB Variations
Color information
#096BEF (or 0x096BEF) is known color: Navy Blue. HEX triplet: 09, 6B and EF. RGB value is (9,107,239). Sum of RGB (Red+Green+Blue) = 9+107+239=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #096BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BEF is #F69410. Grayscale: #5C5C5C. Windows color (decimal): -16159761 or 15690505. OLE color: 15690505.
HSL color Cylindrical-coordinate representation of color #096BEF: hue angle of 214.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BEF is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 107 | 239 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.06 |
| HSL | 214.43º | 0.93% | 0.49% | - |
| HSV(B) | 214.43º | 0.96% | 0.94% | - |
| XYZ | 20.95 | 16.81 | 83.8 | - |
| YUV | 92.75 | 210.53 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 239 | 0.96 | 0.55 | 0 | 0.06 | 214.43 | 0.93 | 0.49 |
| Hex | 9 | 6B | EF | 60 | 37 | 0 | 6 | D6 | 5D | 31 |
| Octal | 11 | 153 | 357 | 140 | 67 | 0 | 6 | 326 | 135 | 61 |
| Binary | 1001 | 1101011 | 11101111 | 1100000 | 110111 | 0 | 110 | 11010110 | 1011101 | 110001 |
Color Harmonies of #096BEF
Complementary color
Monochromatic Colors of #096BEF
Black with #096BEF
Text Example
Text Example
White with #096BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BEF; }
p { color: rgb(9,107,239); }
H1.HeaderClassName
{
color: #096BEF;
}
.AnyTagClassName
{
color: #096BEF;
}
</style>
background-color css
<style>
a { background-color: #096BEF; }
a { background-color: rgb(9,107,239); }
div.DivClassName
{
background-color: #096BEF;
}
.BgClassName
{
background-color: #096BEF;
}
</style>
border-color css
<style>
span { border-color: #096BEF; }
span { border-color: rgb(9,107,239); }
td.TdClassName
{
border-color: #096BEF;
}
.TagClassName
{
border-color: #096BEF;
}
</style>