Html Css Color HEX #113FEA Persian Blue

📋 copy color: '#113FEA'

red 17 ◦ green 63 ◦ blue 234

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

Shades of Persian Blue #113FEA

Tints of Persian Blue #113FEA

RGB

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

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

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

R = 5.41%
G = 20.06%
B = 74.52%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#113FEA (or 0x113FEA) is known color: Persian Blue. HEX triplet: 11, 3F and EA. RGB value is (17,63,234). Sum of RGB (Red+Green+Blue) = 17+63+234=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #113FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FEA is #EEC015. Grayscale: #444444. Windows color (decimal): -15646742 or 15351569. OLE color: 15351569.

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

Color convert

RGB 17 63 234 -
CMYK 0.93 0.73 0 0.08
HSL 227.28º 0.86% 0.49% -
HSV(B) 227.28º 0.93% 0.92% -
XYZ 16.86 9.61 78.81 -
YUV 68.74 221.26 91.1 -
System Red Green Blue C M Y K H S L
Decimal 17 63 234 0.93 0.73 0 0.08 227.28 0.86 0.49
Hex 11 3F EA 5D 49 0 8 E3 56 31
Octal 21 77 352 135 111 0 10 343 126 61
Binary 10001 111111 11101010 1011101 1001001 0 1000 11100011 1010110 110001

Color Harmonies of #113FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FEA

Black with #113FEA

Text Example


Text Example

White with #113FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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