Html Css Color HEX #113FEC Persian Blue

📋 copy color: '#113FEC'

red 17 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #113FEC

Tints of Persian Blue #113FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 5.38%
G = 19.94%
B = 74.68%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#113FEC (or 0x113FEC) is known color: Persian Blue. HEX triplet: 11, 3F and EC. RGB value is (17,63,236). Sum of RGB (Red+Green+Blue) = 17+63+236=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #113FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FEC is #EEC013. Grayscale: #444444. Windows color (decimal): -15646740 or 15482641. OLE color: 15482641.

HSL color Cylindrical-coordinate representation of color #113FEC: hue angle of 227.4º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113FEC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 63 236 -
CMYK 0.93 0.73 0 0.07
HSL 227.4º 0.87% 0.5% -
HSV(B) 227.4º 0.93% 0.93% -
XYZ 17.15 9.73 80.33 -
YUV 68.97 222.26 90.93 -
System Red Green Blue C M Y K H S L
Decimal 17 63 236 0.93 0.73 0 0.07 227.4 0.87 0.5
Hex 11 3F EC 5D 49 0 7 E3 57 32
Octal 21 77 354 135 111 0 7 343 127 62
Binary 10001 111111 11101100 1011101 1001001 0 111 11100011 1010111 110010

Color Harmonies of #113FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FEC

Black with #113FEC

Text Example


Text Example

White with #113FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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