#1149BA

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

Shades of Persian Blue #1149BA

Tints of Persian Blue #1149BA

Color information

#1149BA (or 0x1149BA) is unknown color: approx Persian Blue. HEX triplet: 11, 49 and BA. RGB value is (17,73,186). Sum of RGB (Red+Green+Blue) = 17+73+186=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #1149BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1149BA is #EEB645. Grayscale: #444444. Windows color (decimal): -15644230 or 12208401. OLE color: 12208401.

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

Color convert

RGB1773186-
CMYK0.910.6100.27
HSL220.12º83.25%39.8%-
HSV(B)220.12º90.86%72.94%-
XYZ11.488.4347.48-
YUV69.14193.9590.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 186 (73.05% from 255) = 67.39%
R=6.16%
G=26.45%
B=67.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17731860.910.6100.27220.1283.2539.8
Hex1149BA5B3D01Bdc5328
Octal211112721337503333412350
Binary100011001001101110101011011111101011011110111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1149BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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