#1130BA

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

Shades of Persian Blue #1130BA

Tints of Persian Blue #1130BA

Color information

#1130BA (or 0x1130BA) is unknown color: approx Persian Blue. HEX triplet: 11, 30 and BA. RGB value is (17,48,186). Sum of RGB (Red+Green+Blue) = 17+48+186=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #1130BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130BA is #EECF45. Grayscale: #353535. Windows color (decimal): -15650630 or 12202001. OLE color: 12202001.

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

Color convert

RGB1748186-
CMYK0.910.7400.27
HSL228.99º83.25%39.8%-
HSV(B)228.99º90.86%72.94%-
XYZ10.155.7847.03-
YUV54.46202.23101.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 186 (73.05% from 255) = 74.10%
R=6.77%
G=19.12%
B=74.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17481860.910.7400.27228.9983.2539.8
Hex1130BA5B4A01Be55328
Octal216027213311203334512350
Binary100011100001011101010110111001010011011111001011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1130BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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