Html Css Color HEX #113AEA Persian Blue

📋 copy color: '#113AEA'

red 17 ◦ green 58 ◦ blue 234

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

Shades of Persian Blue #113AEA

Tints of Persian Blue #113AEA

RGB

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

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

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

R = 5.5%
G = 18.77%
B = 75.73%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#113AEA (or 0x113AEA) is known color: Persian Blue. HEX triplet: 11, 3A and EA. RGB value is (17,58,234). Sum of RGB (Red+Green+Blue) = 17+58+234=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #113AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113AEA is #EEC515. Grayscale: #414141. Windows color (decimal): -15648022 or 15350289. OLE color: 15350289.

HSL color Cylindrical-coordinate representation of color #113AEA: hue angle of 228.66º 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 #113AEA is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 58 234 -
CMYK 0.93 0.75 0 0.08
HSL 228.66º 0.86% 0.49% -
HSV(B) 228.66º 0.93% 0.92% -
XYZ 16.6 9.09 78.72 -
YUV 65.81 222.92 93.19 -
System Red Green Blue C M Y K H S L
Decimal 17 58 234 0.93 0.75 0 0.08 228.66 0.86 0.49
Hex 11 3A EA 5D 4B 0 8 E5 56 31
Octal 21 72 352 135 113 0 10 345 126 61
Binary 10001 111010 11101010 1011101 1001011 0 1000 11100101 1010110 110001

Color Harmonies of #113AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113AEA

Black with #113AEA

Text Example


Text Example

White with #113AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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