Shades of Navy Blue #096FDD
Tints of Navy Blue #096FDD
RGB
CMYK
RGB Variations
Color information
#096FDD (or 0x096FDD) is known color: Navy Blue. HEX triplet: 09, 6F and DD. RGB value is (9,111,221). Sum of RGB (Red+Green+Blue) = 9+111+221=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #096FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FDD is #F69022. Grayscale: #5C5C5C. Windows color (decimal): -16158755 or 14511881. OLE color: 14511881.
HSL color Cylindrical-coordinate representation of color #096FDD: hue angle of 211.13º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FDD is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 111 | 221 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.13 |
| HSL | 211.13º | 0.92% | 0.45% | - |
| HSV(B) | 211.13º | 0.96% | 0.87% | - |
| XYZ | 18.85 | 16.65 | 70.63 | - |
| YUV | 93.04 | 200.21 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 221 | 0.96 | 0.50 | 0 | 0.13 | 211.13 | 0.92 | 0.45 |
| Hex | 9 | 6F | DD | 60 | 32 | 0 | D | D3 | 5C | 2D |
| Octal | 11 | 157 | 335 | 140 | 62 | 0 | 15 | 323 | 134 | 55 |
| Binary | 1001 | 1101111 | 11011101 | 1100000 | 110010 | 0 | 1101 | 11010011 | 1011100 | 101101 |
Color Harmonies of #096FDD
Complementary color
Monochromatic Colors of #096FDD
Black with #096FDD
Text Example
Text Example
White with #096FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FDD; }
p { color: rgb(9,111,221); }
H1.HeaderClassName
{
color: #096FDD;
}
.AnyTagClassName
{
color: #096FDD;
}
</style>
background-color css
<style>
a { background-color: #096FDD; }
a { background-color: rgb(9,111,221); }
div.DivClassName
{
background-color: #096FDD;
}
.BgClassName
{
background-color: #096FDD;
}
</style>
border-color css
<style>
span { border-color: #096FDD; }
span { border-color: rgb(9,111,221); }
td.TdClassName
{
border-color: #096FDD;
}
.TagClassName
{
border-color: #096FDD;
}
</style>