Shades of Navy Blue #0963F2
Tints of Navy Blue #0963F2
RGB
CMYK
RGB Variations
Color information
#0963F2 (or 0x0963F2) is known color: Navy Blue. HEX triplet: 09, 63 and F2. RGB value is (9,99,242). Sum of RGB (Red+Green+Blue) = 9+99+242=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 242 (94.92% from 255 or 69.14% from 350); Max value from RGB is 242 - color contains mainly: blue. Hex color #0963F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0963F2 is #F69C0D. Grayscale: #575757. Windows color (decimal): -16161806 or 15885065. OLE color: 15885065.
HSL color Cylindrical-coordinate representation of color #0963F2: hue angle of 216.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0963F2 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 99 | 242 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.05 |
| HSL | 216.82º | 0.93% | 0.49% | - |
| HSV(B) | 216.82º | 0.96% | 0.95% | - |
| XYZ | 20.6 | 15.39 | 85.89 | - |
| YUV | 88.39 | 214.68 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 242 | 0.96 | 0.59 | 0 | 0.05 | 216.82 | 0.93 | 0.49 |
| Hex | 9 | 63 | F2 | 60 | 3B | 0 | 5 | D9 | 5D | 31 |
| Octal | 11 | 143 | 362 | 140 | 73 | 0 | 5 | 331 | 135 | 61 |
| Binary | 1001 | 1100011 | 11110010 | 1100000 | 111011 | 0 | 101 | 11011001 | 1011101 | 110001 |
Color Harmonies of #0963F2
Complementary color
Monochromatic Colors of #0963F2
Black with #0963F2
Text Example
Text Example
White with #0963F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0963F2; }
p { color: rgb(9,99,242); }
H1.HeaderClassName
{
color: #0963F2;
}
.AnyTagClassName
{
color: #0963F2;
}
</style>
background-color css
<style>
a { background-color: #0963F2; }
a { background-color: rgb(9,99,242); }
div.DivClassName
{
background-color: #0963F2;
}
.BgClassName
{
background-color: #0963F2;
}
</style>
border-color css
<style>
span { border-color: #0963F2; }
span { border-color: rgb(9,99,242); }
td.TdClassName
{
border-color: #0963F2;
}
.TagClassName
{
border-color: #0963F2;
}
</style>