#112EBC

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

Shades of Persian Blue #112EBC

Tints of Persian Blue #112EBC

Color information

#112EBC (or 0x112EBC) is unknown color: approx Persian Blue. HEX triplet: 11, 2E and BC. RGB value is (17,46,188). Sum of RGB (Red+Green+Blue) = 17+46+188=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #112EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EBC is #EED143. Grayscale: #343434. Windows color (decimal): -15651140 or 12332561. OLE color: 12332561.

HSL color Cylindrical-coordinate representation of color #112EBC: hue angle of 229.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112EBC is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1746188-
CMYK0.910.7600.26
HSL229.82º83.41%40.2%-
HSV(B)229.82º90.96%73.73%-
XYZ10.295.748.14-
YUV53.52203.89101.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 188 (73.83% from 255) = 74.90%
R=6.77%
G=18.33%
B=74.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17461880.910.7600.26229.8283.4140.2
Hex112EBC5B4C01Ae65328
Octal215627413311403234612350
Binary100011011101011110010110111001100011010111001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112EBC; }

 p { color: rgb(17,46,188); }

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

<style>
 a { background-color: #112EBC; }

 a { background-color: rgb(17,46,188); }

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

<style>
 span { border-color: #112EBC; }

 span { border-color: rgb(17,46,188); }

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