#1120BA

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

Shades of Persian Blue #1120BA

Tints of Persian Blue #1120BA

Color information

#1120BA (or 0x1120BA) is unknown color: approx Persian Blue. HEX triplet: 11, 20 and BA. RGB value is (17,32,186). Sum of RGB (Red+Green+Blue) = 17+32+186=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #1120BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120BA is #EEDF45. Grayscale: #2C2C2C. Windows color (decimal): -15654726 or 12197905. OLE color: 12197905.

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

Color convert

RGB1732186-
CMYK0.910.8300.27
HSL234.67º83.25%39.8%-
HSV(B)234.67º90.86%72.94%-
XYZ9.614.746.85-
YUV45.07207.53107.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 186 (73.05% from 255) = 79.15%
R=7.23%
G=13.62%
B=79.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17321860.910.8300.27234.6783.2539.8
Hex1120BA5B5301Beb5328
Octal214027213312303335312350
Binary100011000001011101010110111010011011011111010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1120BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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