Html Css Color HEX #113DEA Persian Blue

📋 copy color: '#113DEA'

red 17 ◦ green 61 ◦ blue 234

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

Shades of Persian Blue #113DEA

Tints of Persian Blue #113DEA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

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

R = 5.45%
G = 19.55%
B = 75%

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

#113DEA (or 0x113DEA) is known color: Persian Blue. HEX triplet: 11, 3D and EA. RGB value is (17,61,234). Sum of RGB (Red+Green+Blue) = 17+61+234=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #113DEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113DEA is #EEC215. Grayscale: #424242. Windows color (decimal): -15647254 or 15351057. OLE color: 15351057.

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

Color convert

RGB 17 61 234 -
CMYK 0.93 0.74 0 0.08
HSL 227.83º 0.86% 0.49% -
HSV(B) 227.83º 0.93% 0.92% -
XYZ 16.75 9.4 78.77 -
YUV 67.57 221.92 91.93 -
System Red Green Blue C M Y K H S L
Decimal 17 61 234 0.93 0.74 0 0.08 227.83 0.86 0.49
Hex 11 3D EA 5D 4A 0 8 E4 56 31
Octal 21 75 352 135 112 0 10 344 126 61
Binary 10001 111101 11101010 1011101 1001010 0 1000 11100100 1010110 110001

Color Harmonies of #113DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DEA

Black with #113DEA

Text Example


Text Example

White with #113DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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