Html Css Color HEX #113AE5 Persian Blue

📋 copy color: '#113AE5'

red 17 ◦ green 58 ◦ blue 229

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

Shades of Persian Blue #113AE5

Tints of Persian Blue #113AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 229 (89.84% from 255) = 75.33%

R = 5.59%
G = 19.08%
B = 75.33%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#113AE5 (or 0x113AE5) is known color: Persian Blue. HEX triplet: 11, 3A and E5. RGB value is (17,58,229). Sum of RGB (Red+Green+Blue) = 17+58+229=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 229 (89.84% from 255 or 75.33% from 304); Max value from RGB is 229 - color contains mainly: blue. Hex color #113AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113AE5 is #EEC51A. Grayscale: #404040. Windows color (decimal): -15648027 or 15022609. OLE color: 15022609.

HSL color Cylindrical-coordinate representation of color #113AE5: hue angle of 228.4º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113AE5 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 58 229 -
CMYK 0.93 0.75 0 0.10
HSL 228.4º 0.86% 0.48% -
HSV(B) 228.4º 0.93% 0.9% -
XYZ 15.89 8.8 74.99 -
YUV 65.24 220.42 93.6 -
System Red Green Blue C M Y K H S L
Decimal 17 58 229 0.93 0.75 0 0.10 228.4 0.86 0.48
Hex 11 3A E5 5D 4B 0 A E4 56 30
Octal 21 72 345 135 113 0 12 344 126 60
Binary 10001 111010 11100101 1011101 1001011 0 1010 11100100 1010110 110000

Color Harmonies of #113AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113AE5

Black with #113AE5

Text Example


Text Example

White with #113AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,58,229); }

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

background-color css

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

 a { background-color: rgb(17,58,229); }

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

border-color css

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

 span { border-color: rgb(17,58,229); }

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