#113AB7

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

Shades of Persian Blue #113AB7

Tints of Persian Blue #113AB7

Color information

#113AB7 (or 0x113AB7) is unknown color: approx Persian Blue. HEX triplet: 11, 3A and B7. RGB value is (17,58,183). Sum of RGB (Red+Green+Blue) = 17+58+183=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #113AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113AB7 is #EEC548. Grayscale: #3B3B3B. Windows color (decimal): -15648073 or 12007953. OLE color: 12007953.

HSL color Cylindrical-coordinate representation of color #113AB7: hue angle of 225.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113AB7 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1758183-
CMYK0.910.6800.28
HSL225.18º83%39.22%-
HSV(B)225.18º90.71%71.76%-
XYZ10.296.5645.52-
YUV59.99197.4297.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 183 (71.88% from 255) = 70.93%
R=6.59%
G=22.48%
B=70.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17581830.910.6800.28225.188339.22
Hex113AB75B4401Ce15327
Octal217226713310403434112347
Binary100011110101011011110110111000100011100111000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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