#113CEE

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

Shades of Persian Blue #113CEE

Tints of Persian Blue #113CEE

Color information

#113CEE (or 0x113CEE) is unknown color: approx 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

RGB1760238-
CMYK0.930.7500.07
HSL228.33º86.67%50%-
HSV(B)228.33º92.86%93.33%-
XYZ17.289.5281.82-
YUV67.44224.2592.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 238 (93.36% from 255) = 75.56%
R=5.40%
G=19.05%
B=75.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17602380.930.7500.07228.3386.6750
Hex113CEE5D4B07e45732
Octal21743561351130734412762
Binary1000111110011101110101110110010110111111001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>