Html Css Color HEX #113EBA Persian Blue

📋 copy color: '#113EBA'

red 17 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #113EBA

Tints of Persian Blue #113EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.19%

R = 6.42%
G = 23.4%
B = 70.19%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#113EBA (or 0x113EBA) is known color: Persian Blue. HEX triplet: 11, 3E and BA. RGB value is (17,62,186). Sum of RGB (Red+Green+Blue) = 17+62+186=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #113EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EBA is #EEC145. Grayscale: #3E3E3E. Windows color (decimal): -15647046 or 12205585. OLE color: 12205585.

HSL color Cylindrical-coordinate representation of color #113EBA: hue angle of 224.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113EBA is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 62 186 -
CMYK 0.91 0.67 0 0.27
HSL 224.02º 0.83% 0.4% -
HSV(B) 224.02º 0.91% 0.73% -
XYZ 10.82 7.11 47.26 -
YUV 62.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 17 62 186 0.91 0.67 0 0.27 224.02 0.83 0.4
Hex 11 3E BA 5B 43 0 1B E0 53 28
Octal 21 76 272 133 103 0 33 340 123 50
Binary 10001 111110 10111010 1011011 1000011 0 11011 11100000 1010011 101000

Color Harmonies of #113EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113EBA

Black with #113EBA

Text Example


Text Example

White with #113EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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