Shades of Blue #1113E8
Tints of Blue #1113E8
RGB
CMYK
RGB Variations
Color information
#1113E8 (or 0x1113E8) is known color: Blue. HEX triplet: 11, 13 and E8. RGB value is (17,19,232). Sum of RGB (Red+Green+Blue) = 17+19+232=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 232 (91.02% from 255 or 86.57% from 268); Max value from RGB is 232 - color contains mainly: blue. Hex color #1113E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1113E8 is #EEEC17. Grayscale: #292929. Windows color (decimal): -15658008 or 15209233. OLE color: 15209233.
HSL color Cylindrical-coordinate representation of color #1113E8: hue angle of 239.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1113E8 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 19 | 232 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.09 |
| HSL | 239.44º | 0.86% | 0.49% | - |
| HSV(B) | 239.44º | 0.93% | 0.91% | - |
| XYZ | 15.03 | 6.41 | 76.79 | - |
| YUV | 42.68 | 234.84 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 232 | 0.93 | 0.92 | 0 | 0.09 | 239.44 | 0.86 | 0.49 |
| Hex | 11 | 13 | E8 | 5D | 5C | 0 | 9 | EF | 56 | 31 |
| Octal | 21 | 23 | 350 | 135 | 134 | 0 | 11 | 357 | 126 | 61 |
| Binary | 10001 | 10011 | 11101000 | 1011101 | 1011100 | 0 | 1001 | 11101111 | 1010110 | 110001 |
Color Harmonies of #1113E8
Complementary color
Monochromatic Colors of #1113E8
Black with #1113E8
Text Example
Text Example
White with #1113E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1113E8; }
p { color: rgb(17,19,232); }
H1.HeaderClassName
{
color: #1113E8;
}
.AnyTagClassName
{
color: #1113E8;
}
</style>
background-color css
<style>
a { background-color: #1113E8; }
a { background-color: rgb(17,19,232); }
div.DivClassName
{
background-color: #1113E8;
}
.BgClassName
{
background-color: #1113E8;
}
</style>
border-color css
<style>
span { border-color: #1113E8; }
span { border-color: rgb(17,19,232); }
td.TdClassName
{
border-color: #1113E8;
}
.TagClassName
{
border-color: #1113E8;
}
</style>