Shades of Blue #1113EA
Tints of Blue #1113EA
RGB
CMYK
RGB Variations
Color information
#1113EA (or 0x1113EA) is known color: Blue. HEX triplet: 11, 13 and EA. RGB value is (17,19,234). Sum of RGB (Red+Green+Blue) = 17+19+234=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 234 (91.80% from 255 or 86.67% from 270); Max value from RGB is 234 - color contains mainly: blue. Hex color #1113EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1113EA is #EEEC15. Grayscale: #2A2A2A. Windows color (decimal): -15658006 or 15340305. OLE color: 15340305.
HSL color Cylindrical-coordinate representation of color #1113EA: hue angle of 239.45º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1113EA is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 19 | 234 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.08 |
| HSL | 239.45º | 0.86% | 0.49% | - |
| HSV(B) | 239.45º | 0.93% | 0.92% | - |
| XYZ | 15.32 | 6.53 | 78.29 | - |
| YUV | 42.91 | 235.84 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 234 | 0.93 | 0.92 | 0 | 0.08 | 239.45 | 0.86 | 0.49 |
| Hex | 11 | 13 | EA | 5D | 5C | 0 | 8 | EF | 56 | 31 |
| Octal | 21 | 23 | 352 | 135 | 134 | 0 | 10 | 357 | 126 | 61 |
| Binary | 10001 | 10011 | 11101010 | 1011101 | 1011100 | 0 | 1000 | 11101111 | 1010110 | 110001 |
Color Harmonies of #1113EA
Complementary color
Monochromatic Colors of #1113EA
Black with #1113EA
Text Example
Text Example
White with #1113EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1113EA; }
p { color: rgb(17,19,234); }
H1.HeaderClassName
{
color: #1113EA;
}
.AnyTagClassName
{
color: #1113EA;
}
</style>
background-color css
<style>
a { background-color: #1113EA; }
a { background-color: rgb(17,19,234); }
div.DivClassName
{
background-color: #1113EA;
}
.BgClassName
{
background-color: #1113EA;
}
</style>
border-color css
<style>
span { border-color: #1113EA; }
span { border-color: rgb(17,19,234); }
td.TdClassName
{
border-color: #1113EA;
}
.TagClassName
{
border-color: #1113EA;
}
</style>