#113FF7

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

Shades of Persian Blue #113FF7

Tints of Persian Blue #113FF7

Color information

#113FF7 (or 0x113FF7) is unknown color: approx Persian Blue. HEX triplet: 11, 3F and F7. RGB value is (17,63,247). Sum of RGB (Red+Green+Blue) = 17+63+247=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 247 (96.88% from 255 or 75.54% from 327); Max value from RGB is 247 - color contains mainly: blue. Hex color #113FF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FF7 is #EEC008. Grayscale: #454545. Windows color (decimal): -15646729 or 16203537. OLE color: 16203537.

HSL color Cylindrical-coordinate representation of color #113FF7: hue angle of 228º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113FF7 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1763247-
CMYK0.930.7400.03
HSL228º93.5%51.76%-
HSV(B)228º93.12%96.86%-
XYZ18.810.3989.01-
YUV70.22227.7690.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.20%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 247 (96.88% from 255) = 75.54%
R=5.20%
G=19.27%
B=75.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal17632470.930.7400.0322893.551.76
Hex113FF75D4A03e45d34
Octal21773671351120334413564
Binary100011111111111011110111011001010011111001001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,63,247); }

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

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

 a { background-color: rgb(17,63,247); }

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

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

 span { border-color: rgb(17,63,247); }

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