Shades of Navy Blue #1053FC
Tints of Navy Blue #1053FC
RGB
CMYK
RGB Variations
Color information
#1053FC (or 0x1053FC) is known color: Navy Blue. HEX triplet: 10, 53 and FC. RGB value is (16,83,252). Sum of RGB (Red+Green+Blue) = 16+83+252=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #1053FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1053FC is #EFAC03. Grayscale: #515151. Windows color (decimal): -15707140 or 16536336. OLE color: 16536336.
HSL color Cylindrical-coordinate representation of color #1053FC: hue angle of 222.97º 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 #1053FC is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 83 | 252 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.01 |
| HSL | 222.97º | 0.98% | 0.53% | - |
| HSV(B) | 222.97º | 0.94% | 0.99% | - |
| XYZ | 20.88 | 13.32 | 93.57 | - |
| YUV | 82.23 | 223.8 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 252 | 0.94 | 0.67 | 0 | 0.01 | 222.97 | 0.98 | 0.53 |
| Hex | 10 | 53 | FC | 5E | 43 | 0 | 1 | DF | 62 | 35 |
| Octal | 20 | 123 | 374 | 136 | 103 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10000 | 1010011 | 11111100 | 1011110 | 1000011 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1053FC
Complementary color
Monochromatic Colors of #1053FC
Black with #1053FC
Text Example
Text Example
White with #1053FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053FC; }
p { color: rgb(16,83,252); }
H1.HeaderClassName
{
color: #1053FC;
}
.AnyTagClassName
{
color: #1053FC;
}
</style>
background-color css
<style>
a { background-color: #1053FC; }
a { background-color: rgb(16,83,252); }
div.DivClassName
{
background-color: #1053FC;
}
.BgClassName
{
background-color: #1053FC;
}
</style>
border-color css
<style>
span { border-color: #1053FC; }
span { border-color: rgb(16,83,252); }
td.TdClassName
{
border-color: #1053FC;
}
.TagClassName
{
border-color: #1053FC;
}
</style>