#1135BA

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

Shades of Persian Blue #1135BA

Tints of Persian Blue #1135BA

Color information

#1135BA (or 0x1135BA) is unknown color: approx Persian Blue. HEX triplet: 11, 35 and BA. RGB value is (17,53,186). Sum of RGB (Red+Green+Blue) = 17+53+186=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #1135BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1135BA is #EECA45. Grayscale: #383838. Windows color (decimal): -15649350 or 12203281. OLE color: 12203281.

HSL color Cylindrical-coordinate representation of color #1135BA: hue angle of 227.22º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1135BA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1753186-
CMYK0.910.7200.27
HSL227.22º83.25%39.8%-
HSV(B)227.22º90.86%72.94%-
XYZ10.376.2147.11-
YUV57.4200.5799.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.64%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=6.64%
G=20.70%
B=72.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17531860.910.7200.27227.2283.2539.8
Hex1135BA5B4801Be35328
Octal216527213311003334312350
Binary100011101011011101010110111001000011011111000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1135BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1135BA; }

 p { color: rgb(17,53,186); }

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

<style>
 a { background-color: #1135BA; }

 a { background-color: rgb(17,53,186); }

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

<style>
 span { border-color: #1135BA; }

 span { border-color: rgb(17,53,186); }

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