#112DC1

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

Shades of Persian Blue #112DC1

Tints of Persian Blue #112DC1

Color information

#112DC1 (or 0x112DC1) is unknown color: approx Persian Blue. HEX triplet: 11, 2D and C1. RGB value is (17,45,193). Sum of RGB (Red+Green+Blue) = 17+45+193=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #112DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DC1 is #EED23E. Grayscale: #343434. Windows color (decimal): -15651391 or 12659985. OLE color: 12659985.

HSL color Cylindrical-coordinate representation of color #112DC1: hue angle of 230.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DC1 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1745193-
CMYK0.910.7700.24
HSL230.45º83.81%41.18%-
HSV(B)230.45º91.19%75.69%-
XYZ10.85.8551.01-
YUV53.5206.72101.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.67%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=6.67%
G=17.65%
B=75.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17451930.910.7700.24230.4583.8141.18
Hex112DC15B4D018e65429
Octal215530113311503034612451
Binary100011011011100000110110111001101011000111001101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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