Shades of Navy Blue #0951FC
Tints of Navy Blue #0951FC
RGB
CMYK
RGB Variations
Color information
#0951FC (or 0x0951FC) is known color: Navy Blue. HEX triplet: 09, 51 and FC. RGB value is (9,81,252). Sum of RGB (Red+Green+Blue) = 9+81+252=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #0951FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0951FC is #F6AE03. Grayscale: #4E4E4E. Windows color (decimal): -16166404 or 16535817. OLE color: 16535817.
HSL color Cylindrical-coordinate representation of color #0951FC: hue angle of 222.22º 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 #0951FC is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 81 | 252 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.01 |
| HSL | 222.22º | 0.98% | 0.51% | - |
| HSV(B) | 222.22º | 0.96% | 0.99% | - |
| XYZ | 20.63 | 12.97 | 93.51 | - |
| YUV | 78.97 | 225.65 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 252 | 0.96 | 0.68 | 0 | 0.01 | 222.22 | 0.98 | 0.51 |
| Hex | 9 | 51 | FC | 60 | 44 | 0 | 1 | DE | 62 | 33 |
| Octal | 11 | 121 | 374 | 140 | 104 | 0 | 1 | 336 | 142 | 63 |
| Binary | 1001 | 1010001 | 11111100 | 1100000 | 1000100 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0951FC
Complementary color
Monochromatic Colors of #0951FC
Black with #0951FC
Text Example
Text Example
White with #0951FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0951FC; }
p { color: rgb(9,81,252); }
H1.HeaderClassName
{
color: #0951FC;
}
.AnyTagClassName
{
color: #0951FC;
}
</style>
background-color css
<style>
a { background-color: #0951FC; }
a { background-color: rgb(9,81,252); }
div.DivClassName
{
background-color: #0951FC;
}
.BgClassName
{
background-color: #0951FC;
}
</style>
border-color css
<style>
span { border-color: #0951FC; }
span { border-color: rgb(9,81,252); }
td.TdClassName
{
border-color: #0951FC;
}
.TagClassName
{
border-color: #0951FC;
}
</style>