#111DC5

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

Shades of Persian Blue #111DC5

Tints of Persian Blue #111DC5

Color information

#111DC5 (or 0x111DC5) is unknown color: approx Persian Blue. HEX triplet: 11, 1D and C5. RGB value is (17,29,197). Sum of RGB (Red+Green+Blue) = 17+29+197=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 197 (77.34% from 255 or 81.07% from 243); Max value from RGB is 197 - color contains mainly: blue. Hex color #111DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DC5 is #EEE23A. Grayscale: #2B2B2B. Windows color (decimal): -15655483 or 12918033. OLE color: 12918033.

HSL color Cylindrical-coordinate representation of color #111DC5: hue angle of 236º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111DC5 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1729197-
CMYK0.910.8500.23
HSL236º84.11%41.96%-
HSV(B)236º91.37%77.25%-
XYZ10.755.0353.23-
YUV44.56214.02108.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 197 (77.34% from 255) = 81.07%
R=7.00%
G=11.93%
B=81.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17291970.910.8500.2323684.1141.96
Hex111DC55B55017ec542a
Octal213530513312502735412452
Binary10001111011100010110110111010101010111111011001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,29,197); }

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

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

 a { background-color: rgb(17,29,197); }

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

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

 span { border-color: rgb(17,29,197); }

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