Shades of Navy Blue #1052FD
Tints of Navy Blue #1052FD
RGB
CMYK
RGB Variations
Color information
#1052FD (or 0x1052FD) is known color: Navy Blue. HEX triplet: 10, 52 and FD. RGB value is (16,82,253). Sum of RGB (Red+Green+Blue) = 16+82+253=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #1052FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1052FD is #EFAD02. Grayscale: #515151. Windows color (decimal): -15707395 or 16601616. OLE color: 16601616.
HSL color Cylindrical-coordinate representation of color #1052FD: hue angle of 223.29º 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 #1052FD is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 82 | 253 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.01 |
| HSL | 223.29º | 0.98% | 0.53% | - |
| HSV(B) | 223.29º | 0.94% | 0.99% | - |
| XYZ | 20.96 | 13.24 | 94.38 | - |
| YUV | 81.76 | 224.63 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 253 | 0.94 | 0.68 | 0 | 0.01 | 223.29 | 0.98 | 0.53 |
| Hex | 10 | 52 | FD | 5E | 44 | 0 | 1 | DF | 62 | 35 |
| Octal | 20 | 122 | 375 | 136 | 104 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10000 | 1010010 | 11111101 | 1011110 | 1000100 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1052FD
Complementary color
Monochromatic Colors of #1052FD
Black with #1052FD
Text Example
Text Example
White with #1052FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052FD; }
p { color: rgb(16,82,253); }
H1.HeaderClassName
{
color: #1052FD;
}
.AnyTagClassName
{
color: #1052FD;
}
</style>
background-color css
<style>
a { background-color: #1052FD; }
a { background-color: rgb(16,82,253); }
div.DivClassName
{
background-color: #1052FD;
}
.BgClassName
{
background-color: #1052FD;
}
</style>
border-color css
<style>
span { border-color: #1052FD; }
span { border-color: rgb(16,82,253); }
td.TdClassName
{
border-color: #1052FD;
}
.TagClassName
{
border-color: #1052FD;
}
</style>