Html Css Color HEX #113EBF Persian Blue

📋 copy color: '#113EBF'

red 17 ◦ green 62 ◦ blue 191

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

Shades of Persian Blue #113EBF

Tints of Persian Blue #113EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.74%

R = 6.3%
G = 22.96%
B = 70.74%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#113EBF (or 0x113EBF) is known color: Persian Blue. HEX triplet: 11, 3E and BF. RGB value is (17,62,191). Sum of RGB (Red+Green+Blue) = 17+62+191=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #113EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EBF is #EEC140. Grayscale: #3E3E3E. Windows color (decimal): -15647041 or 12533265. OLE color: 12533265.

HSL color Cylindrical-coordinate representation of color #113EBF: hue angle of 224.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113EBF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 62 191 -
CMYK 0.91 0.68 0 0.25
HSL 224.48º 0.84% 0.41% -
HSV(B) 224.48º 0.91% 0.75% -
XYZ 11.36 7.33 50.11 -
YUV 63.25 200.09 95.01 -
System Red Green Blue C M Y K H S L
Decimal 17 62 191 0.91 0.68 0 0.25 224.48 0.84 0.41
Hex 11 3E BF 5B 44 0 19 E0 54 29
Octal 21 76 277 133 104 0 31 340 124 51
Binary 10001 111110 10111111 1011011 1000100 0 11001 11100000 1010100 101001

Color Harmonies of #113EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EBF

Black with #113EBF

Text Example


Text Example

White with #113EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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