#111CBA

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

Shades of Persian Blue #111CBA

Tints of Persian Blue #111CBA

Color information

#111CBA (or 0x111CBA) is unknown color: approx Persian Blue. HEX triplet: 11, 1C and BA. RGB value is (17,28,186). Sum of RGB (Red+Green+Blue) = 17+28+186=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #111CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBA is #EEE345. Grayscale: #2A2A2A. Windows color (decimal): -15655750 or 12196881. OLE color: 12196881.

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

Color convert

RGB1728186-
CMYK0.910.8500.27
HSL236.09º83.25%39.8%-
HSV(B)236.09º90.86%72.94%-
XYZ9.514.4946.82-
YUV42.72208.86109.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 186 (73.05% from 255) = 80.52%
R=7.36%
G=12.12%
B=80.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17281860.910.8500.27236.0983.2539.8
Hex111CBA5B5501Bec5328
Octal213427213312503335412350
Binary10001111001011101010110111010101011011111011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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