#1148BA

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

Shades of Persian Blue #1148BA

Tints of Persian Blue #1148BA

Color information

#1148BA (or 0x1148BA) is unknown color: approx Persian Blue. HEX triplet: 11, 48 and BA. RGB value is (17,72,186). Sum of RGB (Red+Green+Blue) = 17+72+186=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #1148BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1148BA is #EEB745. Grayscale: #444444. Windows color (decimal): -15644486 or 12208145. OLE color: 12208145.

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

Color convert

RGB1772186-
CMYK0.910.6100.27
HSL220.47º83.25%39.8%-
HSV(B)220.47º90.86%72.94%-
XYZ11.418.347.45-
YUV68.55194.2891.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=6.18%
G=26.18%
B=67.64%

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
Decimal17721860.910.6100.27220.4783.2539.8
Hex1148BA5B3D01Bdc5328
Octal211102721337503333412350
Binary100011001000101110101011011111101011011110111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1148BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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