Html Css Color HEX #113EC6 Persian Blue

📋 copy color: '#113EC6'

red 17 ◦ green 62 ◦ blue 198

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

Shades of Persian Blue #113EC6

Tints of Persian Blue #113EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 71.48%

R = 6.14%
G = 22.38%
B = 71.48%

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

#113EC6 (or 0x113EC6) is known color: Persian Blue. HEX triplet: 11, 3E and C6. RGB value is (17,62,198). Sum of RGB (Red+Green+Blue) = 17+62+198=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #113EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EC6 is #EEC139. Grayscale: #3F3F3F. Windows color (decimal): -15647034 or 12992017. OLE color: 12992017.

HSL color Cylindrical-coordinate representation of color #113EC6: hue angle of 225.08º 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 #113EC6 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 62 198 -
CMYK 0.91 0.69 0 0.22
HSL 225.08º 0.84% 0.42% -
HSV(B) 225.08º 0.91% 0.78% -
XYZ 12.15 7.64 54.26 -
YUV 64.05 203.59 94.44 -
System Red Green Blue C M Y K H S L
Decimal 17 62 198 0.91 0.69 0 0.22 225.08 0.84 0.42
Hex 11 3E C6 5B 45 0 16 E1 54 2A
Octal 21 76 306 133 105 0 26 341 124 52
Binary 10001 111110 11000110 1011011 1000101 0 10110 11100001 1010100 101010

Color Harmonies of #113EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EC6

Black with #113EC6

Text Example


Text Example

White with #113EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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