Html Css Color HEX #113EC7 Persian Blue

📋 copy color: '#113EC7'

red 17 ◦ green 62 ◦ blue 199

#113EC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #113EC7

Tints of Persian Blue #113EC7

RGB

 RED value IS 17 (7.03% from 255) = 6.12%

 GREEN value IS 62 (24.61% from 255) = 22.3%

 BLUE value IS 199 (78.13% from 255) = 71.58%

R = 6.12%
G = 22.3%
B = 71.58%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#113EC7 (or 0x113EC7) is known color: Persian Blue. HEX triplet: 11, 3E and C7. RGB value is (17,62,199). Sum of RGB (Red+Green+Blue) = 17+62+199=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 199 (78.12% from 255 or 71.58% from 278); Max value from RGB is 199 - color contains mainly: blue. Hex color #113EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EC7 is #EEC138. Grayscale: #3F3F3F. Windows color (decimal): -15647033 or 13057553. OLE color: 13057553.

HSL color Cylindrical-coordinate representation of color #113EC7: hue angle of 225.16º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113EC7 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 62 199 -
CMYK 0.91 0.69 0 0.22
HSL 225.16º 0.84% 0.42% -
HSV(B) 225.16º 0.91% 0.78% -
XYZ 12.26 7.69 54.87 -
YUV 64.16 204.09 94.36 -
System Red Green Blue C M Y K H S L
Decimal 17 62 199 0.91 0.69 0 0.22 225.16 0.84 0.42
Hex 11 3E C7 5B 45 0 16 E1 54 2A
Octal 21 76 307 133 105 0 26 341 124 52
Binary 10001 111110 11000111 1011011 1000101 0 10110 11100001 1010100 101010

Color Harmonies of #113EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EC7

Black with #113EC7

Text Example


Text Example

White with #113EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,62,199); }

 H1.HeaderClassName
 {
   color: #113EC7;
 }
 .AnyTagClassName
 {
   color: #113EC7;
 }
</style>

background-color css

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

 a { background-color: rgb(17,62,199); }

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

border-color css

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

 span { border-color: rgb(17,62,199); }

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