#111EBA

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

Shades of Persian Blue #111EBA

Tints of Persian Blue #111EBA

Color information

#111EBA (or 0x111EBA) is unknown color: approx Persian Blue. HEX triplet: 11, 1E and BA. RGB value is (17,30,186). Sum of RGB (Red+Green+Blue) = 17+30+186=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #111EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EBA is #EEE145. Grayscale: #2B2B2B. Windows color (decimal): -15655238 or 12197393. OLE color: 12197393.

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

Color convert

RGB1730186-
CMYK0.910.8400.27
HSL235.38º83.25%39.8%-
HSV(B)235.38º90.86%72.94%-
XYZ9.564.5946.84-
YUV43.9208.19108.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 186 (73.05% from 255) = 79.83%
R=7.30%
G=12.88%
B=79.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17301860.910.8400.27235.3883.2539.8
Hex111EBA5B5401Beb5328
Octal213627213312403335312350
Binary10001111101011101010110111010100011011111010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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