Shades of Persian Blue #113CEE
Tints of Persian Blue #113CEE
RGB
CMYK
RGB Variations
Color information
#113CEE (or 0x113CEE) is known color: Persian Blue. HEX triplet: 11, 3C and EE. RGB value is (17,60,238). Sum of RGB (Red+Green+Blue) = 17+60+238=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #113CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CEE is #EEC311. Grayscale: #424242. Windows color (decimal): -15647506 or 15612945. OLE color: 15612945.
HSL color Cylindrical-coordinate representation of color #113CEE: hue angle of 228.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113CEE is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 60 | 238 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.07 |
| HSL | 228.33º | 0.87% | 0.5% | - |
| HSV(B) | 228.33º | 0.93% | 0.93% | - |
| XYZ | 17.28 | 9.52 | 81.82 | - |
| YUV | 67.44 | 224.25 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 238 | 0.93 | 0.75 | 0 | 0.07 | 228.33 | 0.87 | 0.5 |
| Hex | 11 | 3C | EE | 5D | 4B | 0 | 7 | E4 | 57 | 32 |
| Octal | 21 | 74 | 356 | 135 | 113 | 0 | 7 | 344 | 127 | 62 |
| Binary | 10001 | 111100 | 11101110 | 1011101 | 1001011 | 0 | 111 | 11100100 | 1010111 | 110010 |
Color Harmonies of #113CEE
Complementary color
Monochromatic Colors of #113CEE
Black with #113CEE
Text Example
Text Example
White with #113CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CEE; }
p { color: rgb(17,60,238); }
H1.HeaderClassName
{
color: #113CEE;
}
.AnyTagClassName
{
color: #113CEE;
}
</style>
background-color css
<style>
a { background-color: #113CEE; }
a { background-color: rgb(17,60,238); }
div.DivClassName
{
background-color: #113CEE;
}
.BgClassName
{
background-color: #113CEE;
}
</style>
border-color css
<style>
span { border-color: #113CEE; }
span { border-color: rgb(17,60,238); }
td.TdClassName
{
border-color: #113CEE;
}
.TagClassName
{
border-color: #113CEE;
}
</style>