Shades of Navy Blue #1053FA
Tints of Navy Blue #1053FA
RGB
CMYK
RGB Variations
Color information
#1053FA (or 0x1053FA) is known color: Navy Blue. HEX triplet: 10, 53 and FA. RGB value is (16,83,250). Sum of RGB (Red+Green+Blue) = 16+83+250=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #1053FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1053FA is #EFAC05. Grayscale: #515151. Windows color (decimal): -15707142 or 16405264. OLE color: 16405264.
HSL color Cylindrical-coordinate representation of color #1053FA: hue angle of 222.82º degrees, saturation: 0.96, 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 #1053FA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 83 | 250 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.02 |
| HSL | 222.82º | 0.96% | 0.52% | - |
| HSV(B) | 222.82º | 0.94% | 0.98% | - |
| XYZ | 20.56 | 13.2 | 91.91 | - |
| YUV | 82.01 | 222.8 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 250 | 0.94 | 0.67 | 0 | 0.02 | 222.82 | 0.96 | 0.52 |
| Hex | 10 | 53 | FA | 5E | 43 | 0 | 2 | DF | 60 | 34 |
| Octal | 20 | 123 | 372 | 136 | 103 | 0 | 2 | 337 | 140 | 64 |
| Binary | 10000 | 1010011 | 11111010 | 1011110 | 1000011 | 0 | 10 | 11011111 | 1100000 | 110100 |
Color Harmonies of #1053FA
Complementary color
Monochromatic Colors of #1053FA
Black with #1053FA
Text Example
Text Example
White with #1053FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053FA; }
p { color: rgb(16,83,250); }
H1.HeaderClassName
{
color: #1053FA;
}
.AnyTagClassName
{
color: #1053FA;
}
</style>
background-color css
<style>
a { background-color: #1053FA; }
a { background-color: rgb(16,83,250); }
div.DivClassName
{
background-color: #1053FA;
}
.BgClassName
{
background-color: #1053FA;
}
</style>
border-color css
<style>
span { border-color: #1053FA; }
span { border-color: rgb(16,83,250); }
td.TdClassName
{
border-color: #1053FA;
}
.TagClassName
{
border-color: #1053FA;
}
</style>