Shades of Navy Blue #096FE6
Tints of Navy Blue #096FE6
RGB
CMYK
RGB Variations
Color information
#096FE6 (or 0x096FE6) is known color: Navy Blue. HEX triplet: 09, 6F and E6. RGB value is (9,111,230). Sum of RGB (Red+Green+Blue) = 9+111+230=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 230 (90.23% from 255 or 65.71% from 350); Max value from RGB is 230 - color contains mainly: blue. Hex color #096FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FE6 is #F69019. Grayscale: #5D5D5D. Windows color (decimal): -16158746 or 15101705. OLE color: 15101705.
HSL color Cylindrical-coordinate representation of color #096FE6: hue angle of 212.31º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FE6 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 111 | 230 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.10 |
| HSL | 212.31º | 0.92% | 0.47% | - |
| HSV(B) | 212.31º | 0.96% | 0.9% | - |
| XYZ | 20.08 | 17.14 | 77.11 | - |
| YUV | 94.07 | 204.71 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 230 | 0.96 | 0.52 | 0 | 0.10 | 212.31 | 0.92 | 0.47 |
| Hex | 9 | 6F | E6 | 60 | 34 | 0 | A | D4 | 5C | 2F |
| Octal | 11 | 157 | 346 | 140 | 64 | 0 | 12 | 324 | 134 | 57 |
| Binary | 1001 | 1101111 | 11100110 | 1100000 | 110100 | 0 | 1010 | 11010100 | 1011100 | 101111 |
Color Harmonies of #096FE6
Complementary color
Monochromatic Colors of #096FE6
Black with #096FE6
Text Example
Text Example
White with #096FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FE6; }
p { color: rgb(9,111,230); }
H1.HeaderClassName
{
color: #096FE6;
}
.AnyTagClassName
{
color: #096FE6;
}
</style>
background-color css
<style>
a { background-color: #096FE6; }
a { background-color: rgb(9,111,230); }
div.DivClassName
{
background-color: #096FE6;
}
.BgClassName
{
background-color: #096FE6;
}
</style>
border-color css
<style>
span { border-color: #096FE6; }
span { border-color: rgb(9,111,230); }
td.TdClassName
{
border-color: #096FE6;
}
.TagClassName
{
border-color: #096FE6;
}
</style>