Shades of Navy Blue #096FEF
Tints of Navy Blue #096FEF
RGB
CMYK
RGB Variations
Color information
#096FEF (or 0x096FEF) is known color: Navy Blue. HEX triplet: 09, 6F and EF. RGB value is (9,111,239). Sum of RGB (Red+Green+Blue) = 9+111+239=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #096FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FEF is #F69010. Grayscale: #5E5E5E. Windows color (decimal): -16158737 or 15691529. OLE color: 15691529.
HSL color Cylindrical-coordinate representation of color #096FEF: hue angle of 213.39º 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 #096FEF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 111 | 239 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.06 |
| HSL | 213.39º | 0.93% | 0.49% | - |
| HSV(B) | 213.39º | 0.96% | 0.94% | - |
| XYZ | 21.38 | 17.66 | 83.94 | - |
| YUV | 95.09 | 209.21 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 239 | 0.96 | 0.54 | 0 | 0.06 | 213.39 | 0.93 | 0.49 |
| Hex | 9 | 6F | EF | 60 | 36 | 0 | 6 | D5 | 5D | 31 |
| Octal | 11 | 157 | 357 | 140 | 66 | 0 | 6 | 325 | 135 | 61 |
| Binary | 1001 | 1101111 | 11101111 | 1100000 | 110110 | 0 | 110 | 11010101 | 1011101 | 110001 |
Color Harmonies of #096FEF
Complementary color
Monochromatic Colors of #096FEF
Black with #096FEF
Text Example
Text Example
White with #096FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FEF; }
p { color: rgb(9,111,239); }
H1.HeaderClassName
{
color: #096FEF;
}
.AnyTagClassName
{
color: #096FEF;
}
</style>
background-color css
<style>
a { background-color: #096FEF; }
a { background-color: rgb(9,111,239); }
div.DivClassName
{
background-color: #096FEF;
}
.BgClassName
{
background-color: #096FEF;
}
</style>
border-color css
<style>
span { border-color: #096FEF; }
span { border-color: rgb(9,111,239); }
td.TdClassName
{
border-color: #096FEF;
}
.TagClassName
{
border-color: #096FEF;
}
</style>