Shades of Navy Blue #1051FC
Tints of Navy Blue #1051FC
RGB
CMYK
RGB Variations
Color information
#1051FC (or 0x1051FC) is known color: Navy Blue. HEX triplet: 10, 51 and FC. RGB value is (16,81,252). Sum of RGB (Red+Green+Blue) = 16+81+252=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #1051FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051FC is #EFAE03. Grayscale: #505050. Windows color (decimal): -15707652 or 16535824. OLE color: 16535824.
HSL color Cylindrical-coordinate representation of color #1051FC: hue angle of 223.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1051FC is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 81 | 252 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.01 |
| HSL | 223.47º | 0.98% | 0.53% | - |
| HSV(B) | 223.47º | 0.94% | 0.99% | - |
| XYZ | 20.73 | 13.02 | 93.52 | - |
| YUV | 81.06 | 224.47 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 252 | 0.94 | 0.68 | 0 | 0.01 | 223.47 | 0.98 | 0.53 |
| Hex | 10 | 51 | FC | 5E | 44 | 0 | 1 | DF | 62 | 35 |
| Octal | 20 | 121 | 374 | 136 | 104 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10000 | 1010001 | 11111100 | 1011110 | 1000100 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1051FC
Complementary color
Monochromatic Colors of #1051FC
Black with #1051FC
Text Example
Text Example
White with #1051FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051FC; }
p { color: rgb(16,81,252); }
H1.HeaderClassName
{
color: #1051FC;
}
.AnyTagClassName
{
color: #1051FC;
}
</style>
background-color css
<style>
a { background-color: #1051FC; }
a { background-color: rgb(16,81,252); }
div.DivClassName
{
background-color: #1051FC;
}
.BgClassName
{
background-color: #1051FC;
}
</style>
border-color css
<style>
span { border-color: #1051FC; }
span { border-color: rgb(16,81,252); }
td.TdClassName
{
border-color: #1051FC;
}
.TagClassName
{
border-color: #1051FC;
}
</style>