Shades of Navy Blue #1053FB
Tints of Navy Blue #1053FB
RGB
CMYK
RGB Variations
Color information
#1053FB (or 0x1053FB) is known color: Navy Blue. HEX triplet: 10, 53 and FB. RGB value is (16,83,251). Sum of RGB (Red+Green+Blue) = 16+83+251=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #1053FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1053FB is #EFAC04. Grayscale: #515151. Windows color (decimal): -15707141 or 16470800. OLE color: 16470800.
HSL color Cylindrical-coordinate representation of color #1053FB: hue angle of 222.89º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1053FB is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 83 | 251 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.02 |
| HSL | 222.89º | 0.97% | 0.52% | - |
| HSV(B) | 222.89º | 0.94% | 0.98% | - |
| XYZ | 20.72 | 13.26 | 92.73 | - |
| YUV | 82.12 | 223.3 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 251 | 0.94 | 0.67 | 0 | 0.02 | 222.89 | 0.97 | 0.52 |
| Hex | 10 | 53 | FB | 5E | 43 | 0 | 2 | DF | 61 | 34 |
| Octal | 20 | 123 | 373 | 136 | 103 | 0 | 2 | 337 | 141 | 64 |
| Binary | 10000 | 1010011 | 11111011 | 1011110 | 1000011 | 0 | 10 | 11011111 | 1100001 | 110100 |
Color Harmonies of #1053FB
Complementary color
Monochromatic Colors of #1053FB
Black with #1053FB
Text Example
Text Example
White with #1053FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053FB; }
p { color: rgb(16,83,251); }
H1.HeaderClassName
{
color: #1053FB;
}
.AnyTagClassName
{
color: #1053FB;
}
</style>
background-color css
<style>
a { background-color: #1053FB; }
a { background-color: rgb(16,83,251); }
div.DivClassName
{
background-color: #1053FB;
}
.BgClassName
{
background-color: #1053FB;
}
</style>
border-color css
<style>
span { border-color: #1053FB; }
span { border-color: rgb(16,83,251); }
td.TdClassName
{
border-color: #1053FB;
}
.TagClassName
{
border-color: #1053FB;
}
</style>