#113ABA

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

Shades of Persian Blue #113ABA

Tints of Persian Blue #113ABA

Color information

#113ABA (or 0x113ABA) is unknown color: approx Persian Blue. HEX triplet: 11, 3A and BA. RGB value is (17,58,186). Sum of RGB (Red+Green+Blue) = 17+58+186=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #113ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113ABA is #EEC545. Grayscale: #3B3B3B. Windows color (decimal): -15648070 or 12204561. OLE color: 12204561.

HSL color Cylindrical-coordinate representation of color #113ABA: hue angle of 225.44º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113ABA is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1758186-
CMYK0.910.6900.27
HSL225.44º83.25%39.8%-
HSV(B)225.44º90.86%72.94%-
XYZ10.616.6947.19-
YUV60.33198.9297.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 71.26%
R=6.51%
G=22.22%
B=71.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17581860.910.6900.27225.4483.2539.8
Hex113ABA5B4501Be15328
Octal217227213310503334112350
Binary100011110101011101010110111000101011011111000011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,58,186); }

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

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

 a { background-color: rgb(17,58,186); }

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

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

 span { border-color: rgb(17,58,186); }

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