Shades of Navy Blue #096BCA
Tints of Navy Blue #096BCA
RGB
CMYK
RGB Variations
Color information
#096BCA (or 0x096BCA) is known color: Navy Blue. HEX triplet: 09, 6B and CA. RGB value is (9,107,202). Sum of RGB (Red+Green+Blue) = 9+107+202=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #096BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BCA is #F69435. Grayscale: #585858. Windows color (decimal): -16159798 or 13265673. OLE color: 13265673.
HSL color Cylindrical-coordinate representation of color #096BCA: hue angle of 209.53º 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 #096BCA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 107 | 202 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.21 |
| HSL | 209.53º | 0.91% | 0.41% | - |
| HSV(B) | 209.53º | 0.96% | 0.79% | - |
| XYZ | 16.03 | 14.84 | 57.9 | - |
| YUV | 88.53 | 192.03 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 202 | 0.96 | 0.47 | 0 | 0.21 | 209.53 | 0.91 | 0.41 |
| Hex | 9 | 6B | CA | 60 | 2F | 0 | 15 | D2 | 5B | 29 |
| Octal | 11 | 153 | 312 | 140 | 57 | 0 | 25 | 322 | 133 | 51 |
| Binary | 1001 | 1101011 | 11001010 | 1100000 | 101111 | 0 | 10101 | 11010010 | 1011011 | 101001 |
Color Harmonies of #096BCA
Complementary color
Monochromatic Colors of #096BCA
Black with #096BCA
Text Example
Text Example
White with #096BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BCA; }
p { color: rgb(9,107,202); }
H1.HeaderClassName
{
color: #096BCA;
}
.AnyTagClassName
{
color: #096BCA;
}
</style>
background-color css
<style>
a { background-color: #096BCA; }
a { background-color: rgb(9,107,202); }
div.DivClassName
{
background-color: #096BCA;
}
.BgClassName
{
background-color: #096BCA;
}
</style>
border-color css
<style>
span { border-color: #096BCA; }
span { border-color: rgb(9,107,202); }
td.TdClassName
{
border-color: #096BCA;
}
.TagClassName
{
border-color: #096BCA;
}
</style>