Html Css Color HEX #113EEA Persian Blue

📋 copy color: '#113EEA'

red 17 ◦ green 62 ◦ blue 234

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

Shades of Persian Blue #113EEA

Tints of Persian Blue #113EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.76%

R = 5.43%
G = 19.81%
B = 74.76%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#113EEA (or 0x113EEA) is known color: Persian Blue. HEX triplet: 11, 3E and EA. RGB value is (17,62,234). Sum of RGB (Red+Green+Blue) = 17+62+234=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #113EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113EEA is #EEC115. Grayscale: #434343. Windows color (decimal): -15646998 or 15351313. OLE color: 15351313.

HSL color Cylindrical-coordinate representation of color #113EEA: hue angle of 227.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113EEA is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 62 234 -
CMYK 0.93 0.74 0 0.08
HSL 227.56º 0.86% 0.49% -
HSV(B) 227.56º 0.93% 0.92% -
XYZ 16.81 9.5 78.79 -
YUV 68.15 221.59 91.51 -
System Red Green Blue C M Y K H S L
Decimal 17 62 234 0.93 0.74 0 0.08 227.56 0.86 0.49
Hex 11 3E EA 5D 4A 0 8 E4 56 31
Octal 21 76 352 135 112 0 10 344 126 61
Binary 10001 111110 11101010 1011101 1001010 0 1000 11100100 1010110 110001

Color Harmonies of #113EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EEA

Black with #113EEA

Text Example


Text Example

White with #113EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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