Shades of Navy Blue #096CCA
Tints of Navy Blue #096CCA
RGB
CMYK
RGB Variations
Color information
#096CCA (or 0x096CCA) is known color: Navy Blue. HEX triplet: 09, 6C and CA. RGB value is (9,108,202). Sum of RGB (Red+Green+Blue) = 9+108+202=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #096CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CCA is #F69335. Grayscale: #585858. Windows color (decimal): -16159542 or 13265929. OLE color: 13265929.
HSL color Cylindrical-coordinate representation of color #096CCA: hue angle of 209.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CCA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 108 | 202 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.21 |
| HSL | 209.22º | 0.91% | 0.41% | - |
| HSV(B) | 209.22º | 0.96% | 0.79% | - |
| XYZ | 16.14 | 15.05 | 57.93 | - |
| YUV | 89.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 202 | 0.96 | 0.47 | 0 | 0.21 | 209.22 | 0.91 | 0.41 |
| Hex | 9 | 6C | CA | 60 | 2F | 0 | 15 | D1 | 5B | 29 |
| Octal | 11 | 154 | 312 | 140 | 57 | 0 | 25 | 321 | 133 | 51 |
| Binary | 1001 | 1101100 | 11001010 | 1100000 | 101111 | 0 | 10101 | 11010001 | 1011011 | 101001 |
Color Harmonies of #096CCA
Complementary color
Monochromatic Colors of #096CCA
Black with #096CCA
Text Example
Text Example
White with #096CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CCA; }
p { color: rgb(9,108,202); }
H1.HeaderClassName
{
color: #096CCA;
}
.AnyTagClassName
{
color: #096CCA;
}
</style>
background-color css
<style>
a { background-color: #096CCA; }
a { background-color: rgb(9,108,202); }
div.DivClassName
{
background-color: #096CCA;
}
.BgClassName
{
background-color: #096CCA;
}
</style>
border-color css
<style>
span { border-color: #096CCA; }
span { border-color: rgb(9,108,202); }
td.TdClassName
{
border-color: #096CCA;
}
.TagClassName
{
border-color: #096CCA;
}
</style>