Shades of Navy Blue #1053FD
Tints of Navy Blue #1053FD
RGB
CMYK
RGB Variations
Color information
#1053FD (or 0x1053FD) is known color: Navy Blue. HEX triplet: 10, 53 and FD. RGB value is (16,83,253). Sum of RGB (Red+Green+Blue) = 16+83+253=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #1053FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1053FD is #EFAC02. Grayscale: #515151. Windows color (decimal): -15707139 or 16601872. OLE color: 16601872.
HSL color Cylindrical-coordinate representation of color #1053FD: hue angle of 223.04º 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 #1053FD is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 83 | 253 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.01 |
| HSL | 223.04º | 0.98% | 0.53% | - |
| HSV(B) | 223.04º | 0.94% | 0.99% | - |
| XYZ | 21.04 | 13.39 | 94.4 | - |
| YUV | 82.35 | 224.3 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 253 | 0.94 | 0.67 | 0 | 0.01 | 223.04 | 0.98 | 0.53 |
| Hex | 10 | 53 | FD | 5E | 43 | 0 | 1 | DF | 62 | 35 |
| Octal | 20 | 123 | 375 | 136 | 103 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10000 | 1010011 | 11111101 | 1011110 | 1000011 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1053FD
Complementary color
Monochromatic Colors of #1053FD
Black with #1053FD
Text Example
Text Example
White with #1053FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053FD; }
p { color: rgb(16,83,253); }
H1.HeaderClassName
{
color: #1053FD;
}
.AnyTagClassName
{
color: #1053FD;
}
</style>
background-color css
<style>
a { background-color: #1053FD; }
a { background-color: rgb(16,83,253); }
div.DivClassName
{
background-color: #1053FD;
}
.BgClassName
{
background-color: #1053FD;
}
</style>
border-color css
<style>
span { border-color: #1053FD; }
span { border-color: rgb(16,83,253); }
td.TdClassName
{
border-color: #1053FD;
}
.TagClassName
{
border-color: #1053FD;
}
</style>