#1123ba

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

Shades of Persian Blue #1123BA

Tints of Persian Blue #1123BA

Color information

#1123BA (or 0x1123BA) is unknown color: approx Persian Blue. HEX triplet: 11, 23 and BA. RGB value is (17,35,186). Sum of RGB (Red+Green+Blue) = 17+35+186=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #1123BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1123BA is #EEDC45. Grayscale: #2E2E2E. Windows color (decimal): -15653958 or 12198673. OLE color: 12198673.

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

Color convert

RGB1735186-
CMYK0.910.8100.27
HSL233.61º83.25%39.8%-
HSV(B)233.61º90.86%72.94%-
XYZ9.74.8746.88-
YUV46.83206.54106.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 186 (73.05% from 255) = 78.15%
R=7.14%
G=14.71%
B=78.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17351860.910.8100.27233.6183.2539.8
Hex1123BA5B5101Bea5328
Octal214327213312103335212350
Binary100011000111011101010110111010001011011111010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1123ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1123ba; }

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

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

<style>
 a { background-color: #1123ba; }

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

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

<style>
 span { border-color: #1123ba; }

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

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