#111ABA

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

Shades of Persian Blue #111ABA

Tints of Persian Blue #111ABA

Color information

#111ABA (or 0x111ABA) is unknown color: approx Persian Blue. HEX triplet: 11, 1A and BA. RGB value is (17,26,186). Sum of RGB (Red+Green+Blue) = 17+26+186=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #111ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ABA is #EEE545. Grayscale: #282828. Windows color (decimal): -15656262 or 12196369. OLE color: 12196369.

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

Color convert

RGB1726186-
CMYK0.910.8600.27
HSL236.8º83.25%39.8%-
HSV(B)236.8º90.86%72.94%-
XYZ9.464.446.81-
YUV41.55209.52110.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 186 (73.05% from 255) = 81.22%
R=7.42%
G=11.35%
B=81.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17261860.910.8600.27236.883.2539.8
Hex111ABA5B5601Bed5328
Octal213227213312603335512350
Binary10001110101011101010110111010110011011111011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111ABA; }

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

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

<style>
 a { background-color: #111ABA; }

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

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

<style>
 span { border-color: #111ABA; }

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

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