#113BC5

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

Shades of Persian Blue #113BC5

Tints of Persian Blue #113BC5

Color information

#113BC5 (or 0x113BC5) is unknown color: approx Persian Blue. HEX triplet: 11, 3B and C5. RGB value is (17,59,197). Sum of RGB (Red+Green+Blue) = 17+59+197=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #113BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BC5 is #EEC43A. Grayscale: #3D3D3D. Windows color (decimal): -15647803 or 12925713. OLE color: 12925713.

HSL color Cylindrical-coordinate representation of color #113BC5: hue angle of 226º 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 #113BC5 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1759197-
CMYK0.910.7000.23
HSL226º84.11%41.96%-
HSV(B)226º91.37%77.25%-
XYZ11.877.2853.6-
YUV62.17204.0995.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.23%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 197 (77.34% from 255) = 72.16%
R=6.23%
G=21.61%
B=72.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17591970.910.7000.2322684.1141.96
Hex113BC55B46017e2542a
Octal217330513310602734212452
Binary100011110111100010110110111000110010111111000101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113BC5; }

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

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

<style>
 a { background-color: #113BC5; }

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

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

<style>
 span { border-color: #113BC5; }

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

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