Shades of Navy Blue #096CD5
Tints of Navy Blue #096CD5
RGB
CMYK
RGB Variations
Color information
#096CD5 (or 0x096CD5) is known color: Navy Blue. HEX triplet: 09, 6C and D5. RGB value is (9,108,213). Sum of RGB (Red+Green+Blue) = 9+108+213=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #096CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CD5 is #F6932A. Grayscale: #595959. Windows color (decimal): -16159531 or 13986825. OLE color: 13986825.
HSL color Cylindrical-coordinate representation of color #096CD5: hue angle of 210.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CD5 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 108 | 213 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.16 |
| HSL | 210.88º | 0.92% | 0.44% | - |
| HSV(B) | 210.88º | 0.96% | 0.84% | - |
| XYZ | 17.49 | 15.59 | 65.04 | - |
| YUV | 90.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 213 | 0.96 | 0.49 | 0 | 0.16 | 210.88 | 0.92 | 0.44 |
| Hex | 9 | 6C | D5 | 60 | 31 | 0 | 10 | D3 | 5C | 2C |
| Octal | 11 | 154 | 325 | 140 | 61 | 0 | 20 | 323 | 134 | 54 |
| Binary | 1001 | 1101100 | 11010101 | 1100000 | 110001 | 0 | 10000 | 11010011 | 1011100 | 101100 |
Color Harmonies of #096CD5
Complementary color
Monochromatic Colors of #096CD5
Black with #096CD5
Text Example
Text Example
White with #096CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CD5; }
p { color: rgb(9,108,213); }
H1.HeaderClassName
{
color: #096CD5;
}
.AnyTagClassName
{
color: #096CD5;
}
</style>
background-color css
<style>
a { background-color: #096CD5; }
a { background-color: rgb(9,108,213); }
div.DivClassName
{
background-color: #096CD5;
}
.BgClassName
{
background-color: #096CD5;
}
</style>
border-color css
<style>
span { border-color: #096CD5; }
span { border-color: rgb(9,108,213); }
td.TdClassName
{
border-color: #096CD5;
}
.TagClassName
{
border-color: #096CD5;
}
</style>