#1133ee

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

Shades of Persian Blue #1133EE

Tints of Persian Blue #1133EE

Color information

#1133EE (or 0x1133EE) is unknown color: approx Persian Blue. HEX triplet: 11, 33 and EE. RGB value is (17,51,238). Sum of RGB (Red+Green+Blue) = 17+51+238=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #1133EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1133EE is #EECC11. Grayscale: #3D3D3D. Windows color (decimal): -15649810 or 15610641. OLE color: 15610641.

HSL color Cylindrical-coordinate representation of color #1133EE: hue angle of 230.77º 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 #1133EE is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1751238-
CMYK0.930.7900.07
HSL230.77º86.67%50%-
HSV(B)230.77º92.86%93.33%-
XYZ16.858.6681.67-
YUV62.15227.2495.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.56%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 238 (93.36% from 255) = 77.78%
R=5.56%
G=16.67%
B=77.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17512380.930.7900.07230.7786.6750
Hex1133EE5D4F07e75732
Octal21633561351170734712762
Binary1000111001111101110101110110011110111111001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1133ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1133ee; }

 p { color: rgb(17,51,238); }

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

<style>
 a { background-color: #1133ee; }

 a { background-color: rgb(17,51,238); }

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

<style>
 span { border-color: #1133ee; }

 span { border-color: rgb(17,51,238); }

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