#1133ed

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

Shades of Persian Blue #1133ED

Tints of Persian Blue #1133ED

Color information

#1133ED (or 0x1133ED) is unknown color: approx Persian Blue. HEX triplet: 11, 33 and ED. RGB value is (17,51,237). Sum of RGB (Red+Green+Blue) = 17+51+237=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #1133ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1133ED is #EECC12. Grayscale: #3D3D3D. Windows color (decimal): -15649811 or 15545105. OLE color: 15545105.

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

Color convert

RGB1751237-
CMYK0.930.7800.07
HSL230.73º86.61%49.8%-
HSV(B)230.73º92.83%92.94%-
XYZ16.78.680.9-
YUV62.04226.7495.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 237 (92.97% from 255) = 77.70%
R=5.57%
G=16.72%
B=77.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17512370.930.7800.07230.7386.6149.8
Hex1133ED5D4E07e75732
Octal21633551351160734712762
Binary1000111001111101101101110110011100111111001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1133ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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