#113CEB

Color #113CEB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #113CEB

Tints of Persian Blue #113CEB

Color information

#113CEB (or 0x113CEB) is unknown color: approx Persian Blue. HEX triplet: 11, 3C and EB. RGB value is (17,60,235). Sum of RGB (Red+Green+Blue) = 17+60+235=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #113CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CEB is #EEC314. Grayscale: #424242. Windows color (decimal): -15647509 or 15416337. OLE color: 15416337.

HSL color Cylindrical-coordinate representation of color #113CEB: hue angle of 228.17º degrees, saturation: 0.87, 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 #113CEB is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1760235-
CMYK0.930.7400.08
HSL228.17º86.51%49.41%-
HSV(B)228.17º92.77%92.16%-
XYZ16.849.3579.51-
YUV67.09222.7592.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.45%
GREEN value IS 60 (23.83% from 255) = 19.23%
BLUE value IS 235 (92.19% from 255) = 75.32%
R=5.45%
G=19.23%
B=75.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal17602350.930.7400.08228.1786.5149.41
Hex113CEB5D4A08e45731
Octal217435313511201034412761
Binary10001111100111010111011101100101001000111001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113CEB; }

 p { color: rgb(17,60,235); }

 H1.HeaderClassName
 {
   color: #113CEB;
 }
 .AnyTagClassName
 {
   color: #113CEB;
 }
</style>
background-color css

<style>
 a { background-color: #113CEB; }

 a { background-color: rgb(17,60,235); }

 div.DivClassName
 {
   background-color: #113CEB;
 }
 .BgClassName
 {
   background-color: #113CEB;
 }
</style>
border-color css

<style>
 span { border-color: #113CEB; }

 span { border-color: rgb(17,60,235); }

 td.TdClassName
 {
   border-color: #113CEB;
 }
 .TagClassName
 {
   border-color: #113CEB;
 }
</style>