Html Css Color HEX #113EEF Persian Blue

📋 copy color: '#113EEF'

red 17 ◦ green 62 ◦ blue 239

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

Shades of Persian Blue #113EEF

Tints of Persian Blue #113EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.16%

R = 5.35%
G = 19.5%
B = 75.16%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#113EEF (or 0x113EEF) is known color: Persian Blue. HEX triplet: 11, 3E and EF. RGB value is (17,62,239). Sum of RGB (Red+Green+Blue) = 17+62+239=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #113EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113EEF is #EEC110. Grayscale: #434343. Windows color (decimal): -15646993 or 15678993. OLE color: 15678993.

HSL color Cylindrical-coordinate representation of color #113EEF: hue angle of 227.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113EEF is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 62 239 -
CMYK 0.93 0.74 0 0.06
HSL 227.84º 0.87% 0.5% -
HSV(B) 227.84º 0.93% 0.94% -
XYZ 17.53 9.8 82.63 -
YUV 68.72 224.09 91.11 -
System Red Green Blue C M Y K H S L
Decimal 17 62 239 0.93 0.74 0 0.06 227.84 0.87 0.5
Hex 11 3E EF 5D 4A 0 6 E4 57 32
Octal 21 76 357 135 112 0 6 344 127 62
Binary 10001 111110 11101111 1011101 1001010 0 110 11100100 1010111 110010

Color Harmonies of #113EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EEF

Black with #113EEF

Text Example


Text Example

White with #113EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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