#1126BA

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

Shades of Persian Blue #1126BA

Tints of Persian Blue #1126BA

Color information

#1126BA (or 0x1126BA) is unknown color: approx Persian Blue. HEX triplet: 11, 26 and BA. RGB value is (17,38,186). Sum of RGB (Red+Green+Blue) = 17+38+186=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #1126BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1126BA is #EED945. Grayscale: #2F2F2F. Windows color (decimal): -15653190 or 12199441. OLE color: 12199441.

HSL color Cylindrical-coordinate representation of color #1126BA: hue angle of 232.54º 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 #1126BA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1738186-
CMYK0.910.8000.27
HSL232.54º83.25%39.8%-
HSV(B)232.54º90.86%72.94%-
XYZ9.795.0546.91-
YUV48.59205.54105.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 186 (73.05% from 255) = 77.18%
R=7.05%
G=15.77%
B=77.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17381860.910.8000.27232.5483.2539.8
Hex1126BA5B5001Be95328
Octal214627213312003335112350
Binary100011001101011101010110111010000011011111010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1126BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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