Shades of Navy Blue #096DF4
Tints of Navy Blue #096DF4
RGB
CMYK
RGB Variations
Color information
#096DF4 (or 0x096DF4) is known color: Navy Blue. HEX triplet: 09, 6D and F4. RGB value is (9,109,244). Sum of RGB (Red+Green+Blue) = 9+109+244=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 244 (95.70% from 255 or 67.40% from 362); Max value from RGB is 244 - color contains mainly: blue. Hex color #096DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DF4 is #F6920B. Grayscale: #5D5D5D. Windows color (decimal): -16159244 or 16018697. OLE color: 16018697.
HSL color Cylindrical-coordinate representation of color #096DF4: hue angle of 214.47º 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 #096DF4 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 109 | 244 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.04 |
| HSL | 214.47º | 0.93% | 0.5% | - |
| HSV(B) | 214.47º | 0.96% | 0.96% | - |
| XYZ | 21.91 | 17.53 | 87.82 | - |
| YUV | 94.49 | 212.37 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 244 | 0.96 | 0.55 | 0 | 0.04 | 214.47 | 0.93 | 0.5 |
| Hex | 9 | 6D | F4 | 60 | 37 | 0 | 4 | D6 | 5D | 32 |
| Octal | 11 | 155 | 364 | 140 | 67 | 0 | 4 | 326 | 135 | 62 |
| Binary | 1001 | 1101101 | 11110100 | 1100000 | 110111 | 0 | 100 | 11010110 | 1011101 | 110010 |
Color Harmonies of #096DF4
Complementary color
Monochromatic Colors of #096DF4
Black with #096DF4
Text Example
Text Example
White with #096DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DF4; }
p { color: rgb(9,109,244); }
H1.HeaderClassName
{
color: #096DF4;
}
.AnyTagClassName
{
color: #096DF4;
}
</style>
background-color css
<style>
a { background-color: #096DF4; }
a { background-color: rgb(9,109,244); }
div.DivClassName
{
background-color: #096DF4;
}
.BgClassName
{
background-color: #096DF4;
}
</style>
border-color css
<style>
span { border-color: #096DF4; }
span { border-color: rgb(9,109,244); }
td.TdClassName
{
border-color: #096DF4;
}
.TagClassName
{
border-color: #096DF4;
}
</style>