Shades of Navy Blue #096CF5
Tints of Navy Blue #096CF5
RGB
CMYK
RGB Variations
Color information
#096CF5 (or 0x096CF5) is known color: Navy Blue. HEX triplet: 09, 6C and F5. RGB value is (9,108,245). Sum of RGB (Red+Green+Blue) = 9+108+245=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #096CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CF5 is #F6930A. Grayscale: #5D5D5D. Windows color (decimal): -16159499 or 16083977. OLE color: 16083977.
HSL color Cylindrical-coordinate representation of color #096CF5: hue angle of 214.83º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CF5 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 108 | 245 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.04 |
| HSL | 214.83º | 0.93% | 0.5% | - |
| HSV(B) | 214.83º | 0.96% | 0.96% | - |
| XYZ | 21.96 | 17.38 | 88.58 | - |
| YUV | 94.02 | 213.2 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 245 | 0.96 | 0.56 | 0 | 0.04 | 214.83 | 0.93 | 0.5 |
| Hex | 9 | 6C | F5 | 60 | 38 | 0 | 4 | D7 | 5D | 32 |
| Octal | 11 | 154 | 365 | 140 | 70 | 0 | 4 | 327 | 135 | 62 |
| Binary | 1001 | 1101100 | 11110101 | 1100000 | 111000 | 0 | 100 | 11010111 | 1011101 | 110010 |
Color Harmonies of #096CF5
Complementary color
Monochromatic Colors of #096CF5
Black with #096CF5
Text Example
Text Example
White with #096CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CF5; }
p { color: rgb(9,108,245); }
H1.HeaderClassName
{
color: #096CF5;
}
.AnyTagClassName
{
color: #096CF5;
}
</style>
background-color css
<style>
a { background-color: #096CF5; }
a { background-color: rgb(9,108,245); }
div.DivClassName
{
background-color: #096CF5;
}
.BgClassName
{
background-color: #096CF5;
}
</style>
border-color css
<style>
span { border-color: #096CF5; }
span { border-color: rgb(9,108,245); }
td.TdClassName
{
border-color: #096CF5;
}
.TagClassName
{
border-color: #096CF5;
}
</style>