Shades of Navy Blue #0946FC
Tints of Navy Blue #0946FC
RGB
CMYK
RGB Variations
Color information
#0946FC (or 0x0946FC) is known color: Navy Blue. HEX triplet: 09, 46 and FC. RGB value is (9,70,252). Sum of RGB (Red+Green+Blue) = 9+70+252=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #0946FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0946FC is #F6B903. Grayscale: #474747. Windows color (decimal): -16169220 or 16533001. OLE color: 16533001.
HSL color Cylindrical-coordinate representation of color #0946FC: hue angle of 224.94º 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 #0946FC is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 70 | 252 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.01 |
| HSL | 224.94º | 0.98% | 0.51% | - |
| HSV(B) | 224.94º | 0.96% | 0.99% | - |
| XYZ | 19.87 | 11.47 | 93.26 | - |
| YUV | 72.51 | 229.29 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 252 | 0.96 | 0.72 | 0 | 0.01 | 224.94 | 0.98 | 0.51 |
| Hex | 9 | 46 | FC | 60 | 48 | 0 | 1 | E1 | 62 | 33 |
| Octal | 11 | 106 | 374 | 140 | 110 | 0 | 1 | 341 | 142 | 63 |
| Binary | 1001 | 1000110 | 11111100 | 1100000 | 1001000 | 0 | 1 | 11100001 | 1100010 | 110011 |
Color Harmonies of #0946FC
Complementary color
Monochromatic Colors of #0946FC
Black with #0946FC
Text Example
Text Example
White with #0946FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946FC; }
p { color: rgb(9,70,252); }
H1.HeaderClassName
{
color: #0946FC;
}
.AnyTagClassName
{
color: #0946FC;
}
</style>
background-color css
<style>
a { background-color: #0946FC; }
a { background-color: rgb(9,70,252); }
div.DivClassName
{
background-color: #0946FC;
}
.BgClassName
{
background-color: #0946FC;
}
</style>
border-color css
<style>
span { border-color: #0946FC; }
span { border-color: rgb(9,70,252); }
td.TdClassName
{
border-color: #0946FC;
}
.TagClassName
{
border-color: #0946FC;
}
</style>