Shades of Blue #113AFF
Tints of Blue #113AFF
RGB
CMYK
RGB Variations
Color information
#113AFF (or 0x113AFF) is known color: Blue. HEX triplet: 11, 3A and FF. RGB value is (17,58,255). Sum of RGB (Red+Green+Blue) = 17+58+255=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #113AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113AFF is #EEC500. Grayscale: #434343. Windows color (decimal): -15648001 or 16726545. OLE color: 16726545.
HSL color Cylindrical-coordinate representation of color #113AFF: hue angle of 229.66º 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 #113AFF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 58 | 255 | - |
| CMYK | 0.93 | 0.77 | 0 | 0 |
| HSL | 229.66º | 1% | 0.53% | - |
| HSV(B) | 229.66º | 0.93% | 1% | - |
| XYZ | 19.79 | 10.37 | 95.57 | - |
| YUV | 68.2 | 233.42 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 255 | 0.93 | 0.77 | 0 | 0 | 229.66 | 1 | 0.53 |
| Hex | 11 | 3A | FF | 5D | 4D | 0 | 0 | E6 | 64 | 35 |
| Octal | 21 | 72 | 377 | 135 | 115 | 0 | 0 | 346 | 144 | 65 |
| Binary | 10001 | 111010 | 11111111 | 1011101 | 1001101 | 0 | 0 | 11100110 | 1100100 | 110101 |
Color Harmonies of #113AFF
Complementary color
Monochromatic Colors of #113AFF
Black with #113AFF
Text Example
Text Example
White with #113AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AFF; }
p { color: rgb(17,58,255); }
H1.HeaderClassName
{
color: #113AFF;
}
.AnyTagClassName
{
color: #113AFF;
}
</style>
background-color css
<style>
a { background-color: #113AFF; }
a { background-color: rgb(17,58,255); }
div.DivClassName
{
background-color: #113AFF;
}
.BgClassName
{
background-color: #113AFF;
}
</style>
border-color css
<style>
span { border-color: #113AFF; }
span { border-color: rgb(17,58,255); }
td.TdClassName
{
border-color: #113AFF;
}
.TagClassName
{
border-color: #113AFF;
}
</style>