Shades of Navy Blue #096FBE
Tints of Navy Blue #096FBE
RGB
CMYK
RGB Variations
Color information
#096FBE (or 0x096FBE) is known color: Navy Blue. HEX triplet: 09, 6F and BE. RGB value is (9,111,190). Sum of RGB (Red+Green+Blue) = 9+111+190=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #096FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FBE is #F69041. Grayscale: #595959. Windows color (decimal): -16158786 or 12480265. OLE color: 12480265.
HSL color Cylindrical-coordinate representation of color #096FBE: hue angle of 206.19º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096FBE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 111 | 190 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.25 |
| HSL | 206.19º | 0.91% | 0.39% | - |
| HSV(B) | 206.19º | 0.95% | 0.75% | - |
| XYZ | 15.09 | 15.14 | 50.84 | - |
| YUV | 89.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 190 | 0.95 | 0.42 | 0 | 0.25 | 206.19 | 0.91 | 0.39 |
| Hex | 9 | 6F | BE | 5F | 2A | 0 | 19 | CE | 5B | 27 |
| Octal | 11 | 157 | 276 | 137 | 52 | 0 | 31 | 316 | 133 | 47 |
| Binary | 1001 | 1101111 | 10111110 | 1011111 | 101010 | 0 | 11001 | 11001110 | 1011011 | 100111 |
Color Harmonies of #096FBE
Complementary color
Monochromatic Colors of #096FBE
Black with #096FBE
Text Example
Text Example
White with #096FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FBE; }
p { color: rgb(9,111,190); }
H1.HeaderClassName
{
color: #096FBE;
}
.AnyTagClassName
{
color: #096FBE;
}
</style>
background-color css
<style>
a { background-color: #096FBE; }
a { background-color: rgb(9,111,190); }
div.DivClassName
{
background-color: #096FBE;
}
.BgClassName
{
background-color: #096FBE;
}
</style>
border-color css
<style>
span { border-color: #096FBE; }
span { border-color: rgb(9,111,190); }
td.TdClassName
{
border-color: #096FBE;
}
.TagClassName
{
border-color: #096FBE;
}
</style>