Shades of Navy Blue #0964FC
Tints of Navy Blue #0964FC
RGB
CMYK
RGB Variations
Color information
#0964FC (or 0x0964FC) is known color: Navy Blue. HEX triplet: 09, 64 and FC. RGB value is (9,100,252). Sum of RGB (Red+Green+Blue) = 9+100+252=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #0964FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0964FC is #F69B03. Grayscale: #595959. Windows color (decimal): -16161540 or 16540681. OLE color: 16540681.
HSL color Cylindrical-coordinate representation of color #0964FC: hue angle of 217.53º 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 #0964FC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 100 | 252 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.01 |
| HSL | 217.53º | 0.98% | 0.51% | - |
| HSV(B) | 217.53º | 0.96% | 0.99% | - |
| XYZ | 22.24 | 16.2 | 94.05 | - |
| YUV | 90.12 | 219.35 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 252 | 0.96 | 0.60 | 0 | 0.01 | 217.53 | 0.98 | 0.51 |
| Hex | 9 | 64 | FC | 60 | 3C | 0 | 1 | DA | 62 | 33 |
| Octal | 11 | 144 | 374 | 140 | 74 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1001 | 1100100 | 11111100 | 1100000 | 111100 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0964FC
Complementary color
Monochromatic Colors of #0964FC
Black with #0964FC
Text Example
Text Example
White with #0964FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0964FC; }
p { color: rgb(9,100,252); }
H1.HeaderClassName
{
color: #0964FC;
}
.AnyTagClassName
{
color: #0964FC;
}
</style>
background-color css
<style>
a { background-color: #0964FC; }
a { background-color: rgb(9,100,252); }
div.DivClassName
{
background-color: #0964FC;
}
.BgClassName
{
background-color: #0964FC;
}
</style>
border-color css
<style>
span { border-color: #0964FC; }
span { border-color: rgb(9,100,252); }
td.TdClassName
{
border-color: #0964FC;
}
.TagClassName
{
border-color: #0964FC;
}
</style>