Shades of Navy Blue #1045F1
Tints of Navy Blue #1045F1
RGB
CMYK
RGB Variations
Color information
#1045F1 (or 0x1045F1) is known color: Navy Blue. HEX triplet: 10, 45 and F1. RGB value is (16,69,241). Sum of RGB (Red+Green+Blue) = 16+69+241=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #1045F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1045F1 is #EFBA0E. Grayscale: #484848. Windows color (decimal): -15710735 or 15811856. OLE color: 15811856.
HSL color Cylindrical-coordinate representation of color #1045F1: hue angle of 225.87º 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 #1045F1 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 69 | 241 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.05 |
| HSL | 225.87º | 0.89% | 0.5% | - |
| HSV(B) | 225.87º | 0.93% | 0.95% | - |
| XYZ | 18.22 | 10.72 | 84.33 | - |
| YUV | 72.76 | 222.94 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 241 | 0.93 | 0.71 | 0 | 0.05 | 225.87 | 0.89 | 0.5 |
| Hex | 10 | 45 | F1 | 5D | 47 | 0 | 5 | E2 | 59 | 32 |
| Octal | 20 | 105 | 361 | 135 | 107 | 0 | 5 | 342 | 131 | 62 |
| Binary | 10000 | 1000101 | 11110001 | 1011101 | 1000111 | 0 | 101 | 11100010 | 1011001 | 110010 |
Color Harmonies of #1045F1
Complementary color
Monochromatic Colors of #1045F1
Black with #1045F1
Text Example
Text Example
White with #1045F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045F1; }
p { color: rgb(16,69,241); }
H1.HeaderClassName
{
color: #1045F1;
}
.AnyTagClassName
{
color: #1045F1;
}
</style>
background-color css
<style>
a { background-color: #1045F1; }
a { background-color: rgb(16,69,241); }
div.DivClassName
{
background-color: #1045F1;
}
.BgClassName
{
background-color: #1045F1;
}
</style>
border-color css
<style>
span { border-color: #1045F1; }
span { border-color: rgb(16,69,241); }
td.TdClassName
{
border-color: #1045F1;
}
.TagClassName
{
border-color: #1045F1;
}
</style>