Shades of Navy Blue #0963D8
Tints of Navy Blue #0963D8
RGB
CMYK
RGB Variations
Color information
#0963D8 (or 0x0963D8) is known color: Navy Blue. HEX triplet: 09, 63 and D8. RGB value is (9,99,216). Sum of RGB (Red+Green+Blue) = 9+99+216=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #0963D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0963D8 is #F69C27. Grayscale: #545454. Windows color (decimal): -16161832 or 14181129. OLE color: 14181129.
HSL color Cylindrical-coordinate representation of color #0963D8: hue angle of 213.91º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0963D8 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 99 | 216 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.15 |
| HSL | 213.91º | 0.92% | 0.44% | - |
| HSV(B) | 213.91º | 0.96% | 0.85% | - |
| XYZ | 16.97 | 13.94 | 66.76 | - |
| YUV | 85.43 | 201.68 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 216 | 0.96 | 0.54 | 0 | 0.15 | 213.91 | 0.92 | 0.44 |
| Hex | 9 | 63 | D8 | 60 | 36 | 0 | F | D6 | 5C | 2C |
| Octal | 11 | 143 | 330 | 140 | 66 | 0 | 17 | 326 | 134 | 54 |
| Binary | 1001 | 1100011 | 11011000 | 1100000 | 110110 | 0 | 1111 | 11010110 | 1011100 | 101100 |
Color Harmonies of #0963D8
Complementary color
Monochromatic Colors of #0963D8
Black with #0963D8
Text Example
Text Example
White with #0963D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0963D8; }
p { color: rgb(9,99,216); }
H1.HeaderClassName
{
color: #0963D8;
}
.AnyTagClassName
{
color: #0963D8;
}
</style>
background-color css
<style>
a { background-color: #0963D8; }
a { background-color: rgb(9,99,216); }
div.DivClassName
{
background-color: #0963D8;
}
.BgClassName
{
background-color: #0963D8;
}
</style>
border-color css
<style>
span { border-color: #0963D8; }
span { border-color: rgb(9,99,216); }
td.TdClassName
{
border-color: #0963D8;
}
.TagClassName
{
border-color: #0963D8;
}
</style>