Html Css Color HEX #113EDB Persian Blue

📋 copy color: '#113EDB'

red 17 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #113EDB

Tints of Persian Blue #113EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 5.7%
G = 20.81%
B = 73.49%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#113EDB (or 0x113EDB) is known color: Persian Blue. HEX triplet: 11, 3E and DB. RGB value is (17,62,219). Sum of RGB (Red+Green+Blue) = 17+62+219=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #113EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EDB is #EEC124. Grayscale: #414141. Windows color (decimal): -15647013 or 14368273. OLE color: 14368273.

HSL color Cylindrical-coordinate representation of color #113EDB: hue angle of 226.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113EDB is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 62 219 -
CMYK 0.92 0.72 0 0.14
HSL 226.63º 0.86% 0.46% -
HSV(B) 226.63º 0.92% 0.86% -
XYZ 14.74 8.68 67.92 -
YUV 66.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 17 62 219 0.92 0.72 0 0.14 226.63 0.86 0.46
Hex 11 3E DB 5C 48 0 E E3 56 2E
Octal 21 76 333 134 110 0 16 343 126 56
Binary 10001 111110 11011011 1011100 1001000 0 1110 11100011 1010110 101110

Color Harmonies of #113EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EDB

Black with #113EDB

Text Example


Text Example

White with #113EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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