Html Css Color HEX #113ECE Persian Blue

📋 copy color: '#113ECE'

red 17 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #113ECE

Tints of Persian Blue #113ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 5.96%
G = 21.75%
B = 72.28%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#113ECE (or 0x113ECE) is known color: Persian Blue. HEX triplet: 11, 3E and CE. RGB value is (17,62,206). Sum of RGB (Red+Green+Blue) = 17+62+206=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #113ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113ECE is #EEC131. Grayscale: #404040. Windows color (decimal): -15647026 or 13516305. OLE color: 13516305.

HSL color Cylindrical-coordinate representation of color #113ECE: hue angle of 225.71º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113ECE is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 62 206 -
CMYK 0.92 0.70 0 0.19
HSL 225.71º 0.85% 0.44% -
HSV(B) 225.71º 0.92% 0.81% -
XYZ 13.09 8.02 59.25 -
YUV 64.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 17 62 206 0.92 0.70 0 0.19 225.71 0.85 0.44
Hex 11 3E CE 5C 46 0 13 E2 55 2C
Octal 21 76 316 134 106 0 23 342 125 54
Binary 10001 111110 11001110 1011100 1000110 0 10011 11100010 1010101 101100

Color Harmonies of #113ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113ECE

Black with #113ECE

Text Example


Text Example

White with #113ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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