Shades of Blue #1013F1
Tints of Blue #1013F1
RGB
CMYK
RGB Variations
Color information
#1013F1 (or 0x1013F1) is known color: Blue. HEX triplet: 10, 13 and F1. RGB value is (16,19,241). Sum of RGB (Red+Green+Blue) = 16+19+241=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 241 (94.53% from 255 or 87.32% from 276); Max value from RGB is 241 - color contains mainly: blue. Hex color #1013F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1013F1 is #EFEC0E. Grayscale: #2A2A2A. Windows color (decimal): -15723535 or 15799056. OLE color: 15799056.
HSL color Cylindrical-coordinate representation of color #1013F1: hue angle of 239.2º 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 #1013F1 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 19 | 241 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.05 |
| HSL | 239.2º | 0.89% | 0.5% | - |
| HSV(B) | 239.2º | 0.93% | 0.95% | - |
| XYZ | 16.32 | 6.93 | 83.7 | - |
| YUV | 43.41 | 239.51 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 241 | 0.93 | 0.92 | 0 | 0.05 | 239.2 | 0.89 | 0.5 |
| Hex | 10 | 13 | F1 | 5D | 5C | 0 | 5 | EF | 59 | 32 |
| Octal | 20 | 23 | 361 | 135 | 134 | 0 | 5 | 357 | 131 | 62 |
| Binary | 10000 | 10011 | 11110001 | 1011101 | 1011100 | 0 | 101 | 11101111 | 1011001 | 110010 |
Color Harmonies of #1013F1
Complementary color
Monochromatic Colors of #1013F1
Black with #1013F1
Text Example
Text Example
White with #1013F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1013F1; }
p { color: rgb(16,19,241); }
H1.HeaderClassName
{
color: #1013F1;
}
.AnyTagClassName
{
color: #1013F1;
}
</style>
background-color css
<style>
a { background-color: #1013F1; }
a { background-color: rgb(16,19,241); }
div.DivClassName
{
background-color: #1013F1;
}
.BgClassName
{
background-color: #1013F1;
}
</style>
border-color css
<style>
span { border-color: #1013F1; }
span { border-color: rgb(16,19,241); }
td.TdClassName
{
border-color: #1013F1;
}
.TagClassName
{
border-color: #1013F1;
}
</style>