#112DBC

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

Shades of Persian Blue #112DBC

Tints of Persian Blue #112DBC

Color information

#112DBC (or 0x112DBC) is unknown color: approx Persian Blue. HEX triplet: 11, 2D and BC. RGB value is (17,45,188). Sum of RGB (Red+Green+Blue) = 17+45+188=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #112DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DBC is #EED243. Grayscale: #343434. Windows color (decimal): -15651396 or 12332305. OLE color: 12332305.

HSL color Cylindrical-coordinate representation of color #112DBC: hue angle of 230.18º 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 #112DBC is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1745188-
CMYK0.910.7600.26
HSL230.18º83.41%40.2%-
HSV(B)230.18º90.96%73.73%-
XYZ10.255.6348.12-
YUV52.93204.22102.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.8%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 188 (73.83% from 255) = 75.2%
R=6.8%
G=18%
B=75.2%

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
Decimal17451880.910.7600.26230.1883.4140.2
Hex112DBC5B4C01Ae65328
Octal215527413311403234612350
Binary100011011011011110010110111001100011010111001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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