#113DC9

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

Shades of Persian Blue #113DC9

Tints of Persian Blue #113DC9

Color information

#113DC9 (or 0x113DC9) is unknown color: approx Persian Blue. HEX triplet: 11, 3D and C9. RGB value is (17,61,201). Sum of RGB (Red+Green+Blue) = 17+61+201=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #113DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DC9 is #EEC236. Grayscale: #3F3F3F. Windows color (decimal): -15647287 or 13188369. OLE color: 13188369.

HSL color Cylindrical-coordinate representation of color #113DC9: hue angle of 225.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113DC9 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1761201-
CMYK0.920.7000.21
HSL225.65º84.4%42.75%-
HSV(B)225.65º91.54%78.82%-
XYZ12.447.6756.08-
YUV63.8205.4294.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 61 (24.22% from 255) = 21.86%
BLUE value IS 201 (78.91% from 255) = 72.04%
R=6.09%
G=21.86%
B=72.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17612010.920.7000.21225.6584.442.75
Hex113DC95C46015e2542b
Octal217531113410602534212453
Binary100011111011100100110111001000110010101111000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,201); }

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

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

 a { background-color: rgb(17,61,201); }

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

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

 span { border-color: rgb(17,61,201); }

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