Shades of Navy Blue #1052F1
Tints of Navy Blue #1052F1
RGB
CMYK
RGB Variations
Color information
#1052F1 (or 0x1052F1) is known color: Navy Blue. HEX triplet: 10, 52 and F1. RGB value is (16,82,241). Sum of RGB (Red+Green+Blue) = 16+82+241=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #1052F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1052F1 is #EFAD0E. Grayscale: #4F4F4F. Windows color (decimal): -15707407 or 15815184. OLE color: 15815184.
HSL color Cylindrical-coordinate representation of color #1052F1: hue angle of 222.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1052F1 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 82 | 241 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.05 |
| HSL | 222.4º | 0.89% | 0.5% | - |
| HSV(B) | 222.4º | 0.93% | 0.95% | - |
| XYZ | 19.11 | 12.5 | 84.62 | - |
| YUV | 80.39 | 218.63 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 241 | 0.93 | 0.66 | 0 | 0.05 | 222.4 | 0.89 | 0.5 |
| Hex | 10 | 52 | F1 | 5D | 42 | 0 | 5 | DE | 59 | 32 |
| Octal | 20 | 122 | 361 | 135 | 102 | 0 | 5 | 336 | 131 | 62 |
| Binary | 10000 | 1010010 | 11110001 | 1011101 | 1000010 | 0 | 101 | 11011110 | 1011001 | 110010 |
Color Harmonies of #1052F1
Complementary color
Monochromatic Colors of #1052F1
Black with #1052F1
Text Example
Text Example
White with #1052F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052F1; }
p { color: rgb(16,82,241); }
H1.HeaderClassName
{
color: #1052F1;
}
.AnyTagClassName
{
color: #1052F1;
}
</style>
background-color css
<style>
a { background-color: #1052F1; }
a { background-color: rgb(16,82,241); }
div.DivClassName
{
background-color: #1052F1;
}
.BgClassName
{
background-color: #1052F1;
}
</style>
border-color css
<style>
span { border-color: #1052F1; }
span { border-color: rgb(16,82,241); }
td.TdClassName
{
border-color: #1052F1;
}
.TagClassName
{
border-color: #1052F1;
}
</style>