#112EB6

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

Shades of Persian Blue #112EB6

Tints of Persian Blue #112EB6

Color information

#112EB6 (or 0x112EB6) is unknown color: approx Persian Blue. HEX triplet: 11, 2E and B6. RGB value is (17,46,182). Sum of RGB (Red+Green+Blue) = 17+46+182=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 182 (71.48% from 255 or 74.29% from 245); Max value from RGB is 182 - color contains mainly: blue. Hex color #112EB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EB6 is #EED149. Grayscale: #343434. Windows color (decimal): -15651146 or 11939345. OLE color: 11939345.

HSL color Cylindrical-coordinate representation of color #112EB6: hue angle of 229.45º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112EB6 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1746182-
CMYK0.910.7500.29
HSL229.45º82.91%39.02%-
HSV(B)229.45º90.66%71.37%-
XYZ9.655.4544.8-
YUV52.83200.89102.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 182 (71.48% from 255) = 74.29%
R=6.94%
G=18.78%
B=74.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17461820.910.7500.29229.4582.9139.02
Hex112EB65B4B01De55327
Octal215626613311303534512347
Binary100011011101011011010110111001011011101111001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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