Shades of Navy Blue #0963FC
Tints of Navy Blue #0963FC
RGB
CMYK
RGB Variations
Color information
#0963FC (or 0x0963FC) is known color: Navy Blue. HEX triplet: 09, 63 and FC. RGB value is (9,99,252). Sum of RGB (Red+Green+Blue) = 9+99+252=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #0963FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0963FC is #F69C03. Grayscale: #585858. Windows color (decimal): -16161796 or 16540425. OLE color: 16540425.
HSL color Cylindrical-coordinate representation of color #0963FC: hue angle of 217.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0963FC is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 99 | 252 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.01 |
| HSL | 217.78º | 0.98% | 0.51% | - |
| HSV(B) | 217.78º | 0.96% | 0.99% | - |
| XYZ | 22.15 | 16.01 | 94.02 | - |
| YUV | 89.53 | 219.68 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 252 | 0.96 | 0.61 | 0 | 0.01 | 217.78 | 0.98 | 0.51 |
| Hex | 9 | 63 | FC | 60 | 3D | 0 | 1 | DA | 62 | 33 |
| Octal | 11 | 143 | 374 | 140 | 75 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1001 | 1100011 | 11111100 | 1100000 | 111101 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0963FC
Complementary color
Monochromatic Colors of #0963FC
Black with #0963FC
Text Example
Text Example
White with #0963FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0963FC; }
p { color: rgb(9,99,252); }
H1.HeaderClassName
{
color: #0963FC;
}
.AnyTagClassName
{
color: #0963FC;
}
</style>
background-color css
<style>
a { background-color: #0963FC; }
a { background-color: rgb(9,99,252); }
div.DivClassName
{
background-color: #0963FC;
}
.BgClassName
{
background-color: #0963FC;
}
</style>
border-color css
<style>
span { border-color: #0963FC; }
span { border-color: rgb(9,99,252); }
td.TdClassName
{
border-color: #0963FC;
}
.TagClassName
{
border-color: #0963FC;
}
</style>