Shades of Navy Blue #096EF3
Tints of Navy Blue #096EF3
RGB
CMYK
RGB Variations
Color information
#096EF3 (or 0x096EF3) is known color: Navy Blue. HEX triplet: 09, 6E and F3. RGB value is (9,110,243). Sum of RGB (Red+Green+Blue) = 9+110+243=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 243 (95.31% from 255 or 67.13% from 362); Max value from RGB is 243 - color contains mainly: blue. Hex color #096EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EF3 is #F6910C. Grayscale: #5E5E5E. Windows color (decimal): -16158989 or 15953417. OLE color: 15953417.
HSL color Cylindrical-coordinate representation of color #096EF3: hue angle of 214.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EF3 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 110 | 243 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.05 |
| HSL | 214.1º | 0.93% | 0.49% | - |
| HSV(B) | 214.1º | 0.96% | 0.95% | - |
| XYZ | 21.87 | 17.68 | 87.05 | - |
| YUV | 94.96 | 211.54 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 243 | 0.96 | 0.55 | 0 | 0.05 | 214.1 | 0.93 | 0.49 |
| Hex | 9 | 6E | F3 | 60 | 37 | 0 | 5 | D6 | 5D | 31 |
| Octal | 11 | 156 | 363 | 140 | 67 | 0 | 5 | 326 | 135 | 61 |
| Binary | 1001 | 1101110 | 11110011 | 1100000 | 110111 | 0 | 101 | 11010110 | 1011101 | 110001 |
Color Harmonies of #096EF3
Complementary color
Monochromatic Colors of #096EF3
Black with #096EF3
Text Example
Text Example
White with #096EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EF3; }
p { color: rgb(9,110,243); }
H1.HeaderClassName
{
color: #096EF3;
}
.AnyTagClassName
{
color: #096EF3;
}
</style>
background-color css
<style>
a { background-color: #096EF3; }
a { background-color: rgb(9,110,243); }
div.DivClassName
{
background-color: #096EF3;
}
.BgClassName
{
background-color: #096EF3;
}
</style>
border-color css
<style>
span { border-color: #096EF3; }
span { border-color: rgb(9,110,243); }
td.TdClassName
{
border-color: #096EF3;
}
.TagClassName
{
border-color: #096EF3;
}
</style>