Shades of Blue #1311FF
Tints of Blue #1311FF
RGB
CMYK
RGB Variations
Color information
#1311FF (or 0x1311FF) is known color: Blue. HEX triplet: 13, 11 and FF. RGB value is (19,17,255). Sum of RGB (Red+Green+Blue) = 19+17+255=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #1311FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1311FF is #ECEE00. Grayscale: #2B2B2B. Windows color (decimal): -15527425 or 16716051. OLE color: 16716051.
HSL color Cylindrical-coordinate representation of color #1311FF: hue angle of 240.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1311FF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 17 | 255 | - |
| CMYK | 0.93 | 0.93 | 0 | 0 |
| HSL | 240.5º | 1% | 0.53% | - |
| HSV(B) | 240.5º | 0.93% | 1% | - |
| XYZ | 18.52 | 7.76 | 95.13 | - |
| YUV | 44.73 | 246.66 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 255 | 0.93 | 0.93 | 0 | 0 | 240.5 | 1 | 0.53 |
| Hex | 13 | 11 | FF | 5D | 5D | 0 | 0 | F1 | 64 | 35 |
| Octal | 23 | 21 | 377 | 135 | 135 | 0 | 0 | 361 | 144 | 65 |
| Binary | 10011 | 10001 | 11111111 | 1011101 | 1011101 | 0 | 0 | 11110001 | 1100100 | 110101 |
Color Harmonies of #1311FF
Complementary color
Monochromatic Colors of #1311FF
Black with #1311FF
Text Example
Text Example
White with #1311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1311FF; }
p { color: rgb(19,17,255); }
H1.HeaderClassName
{
color: #1311FF;
}
.AnyTagClassName
{
color: #1311FF;
}
</style>
background-color css
<style>
a { background-color: #1311FF; }
a { background-color: rgb(19,17,255); }
div.DivClassName
{
background-color: #1311FF;
}
.BgClassName
{
background-color: #1311FF;
}
</style>
border-color css
<style>
span { border-color: #1311FF; }
span { border-color: rgb(19,17,255); }
td.TdClassName
{
border-color: #1311FF;
}
.TagClassName
{
border-color: #1311FF;
}
</style>