Shades of Navy Blue #0963CB
Tints of Navy Blue #0963CB
RGB
CMYK
RGB Variations
Color information
#0963CB (or 0x0963CB) is known color: Navy Blue. HEX triplet: 09, 63 and CB. RGB value is (9,99,203). Sum of RGB (Red+Green+Blue) = 9+99+203=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #0963CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0963CB is #F69C34. Grayscale: #535353. Windows color (decimal): -16161845 or 13329161. OLE color: 13329161.
HSL color Cylindrical-coordinate representation of color #0963CB: hue angle of 212.16º 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 #0963CB is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 99 | 203 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.20 |
| HSL | 212.16º | 0.92% | 0.42% | - |
| HSV(B) | 212.16º | 0.96% | 0.8% | - |
| XYZ | 15.35 | 13.29 | 58.26 | - |
| YUV | 83.95 | 195.18 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 203 | 0.96 | 0.51 | 0 | 0.20 | 212.16 | 0.92 | 0.42 |
| Hex | 9 | 63 | CB | 60 | 33 | 0 | 14 | D4 | 5C | 2A |
| Octal | 11 | 143 | 313 | 140 | 63 | 0 | 24 | 324 | 134 | 52 |
| Binary | 1001 | 1100011 | 11001011 | 1100000 | 110011 | 0 | 10100 | 11010100 | 1011100 | 101010 |
Color Harmonies of #0963CB
Complementary color
Monochromatic Colors of #0963CB
Black with #0963CB
Text Example
Text Example
White with #0963CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0963CB; }
p { color: rgb(9,99,203); }
H1.HeaderClassName
{
color: #0963CB;
}
.AnyTagClassName
{
color: #0963CB;
}
</style>
background-color css
<style>
a { background-color: #0963CB; }
a { background-color: rgb(9,99,203); }
div.DivClassName
{
background-color: #0963CB;
}
.BgClassName
{
background-color: #0963CB;
}
</style>
border-color css
<style>
span { border-color: #0963CB; }
span { border-color: rgb(9,99,203); }
td.TdClassName
{
border-color: #0963CB;
}
.TagClassName
{
border-color: #0963CB;
}
</style>