Shades of Navy Blue #0969CB
Tints of Navy Blue #0969CB
RGB
CMYK
RGB Variations
Color information
#0969CB (or 0x0969CB) is known color: Navy Blue. HEX triplet: 09, 69 and CB. RGB value is (9,105,203). Sum of RGB (Red+Green+Blue) = 9+105+203=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #0969CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969CB is #F69634. Grayscale: #565656. Windows color (decimal): -16160309 or 13330697. OLE color: 13330697.
HSL color Cylindrical-coordinate representation of color #0969CB: hue angle of 210.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0969CB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 105 | 203 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.20 |
| HSL | 210.31º | 0.92% | 0.42% | - |
| HSV(B) | 210.31º | 0.96% | 0.8% | - |
| XYZ | 15.94 | 14.47 | 58.45 | - |
| YUV | 87.47 | 193.2 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 203 | 0.96 | 0.48 | 0 | 0.20 | 210.31 | 0.92 | 0.42 |
| Hex | 9 | 69 | CB | 60 | 30 | 0 | 14 | D2 | 5C | 2A |
| Octal | 11 | 151 | 313 | 140 | 60 | 0 | 24 | 322 | 134 | 52 |
| Binary | 1001 | 1101001 | 11001011 | 1100000 | 110000 | 0 | 10100 | 11010010 | 1011100 | 101010 |
Color Harmonies of #0969CB
Complementary color
Monochromatic Colors of #0969CB
Black with #0969CB
Text Example
Text Example
White with #0969CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0969CB; }
p { color: rgb(9,105,203); }
H1.HeaderClassName
{
color: #0969CB;
}
.AnyTagClassName
{
color: #0969CB;
}
</style>
background-color css
<style>
a { background-color: #0969CB; }
a { background-color: rgb(9,105,203); }
div.DivClassName
{
background-color: #0969CB;
}
.BgClassName
{
background-color: #0969CB;
}
</style>
border-color css
<style>
span { border-color: #0969CB; }
span { border-color: rgb(9,105,203); }
td.TdClassName
{
border-color: #0969CB;
}
.TagClassName
{
border-color: #0969CB;
}
</style>