Html Css Color HEX #113BA2 Egyptian Blue

📋 copy color: '#113BA2'

red 17 ◦ green 59 ◦ blue 162

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

Shades of Egyptian Blue #113BA2

Tints of Egyptian Blue #113BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.79%

 BLUE value IS 162 (63.67% from 255) = 68.07%

R = 7.14%
G = 24.79%
B = 68.07%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#113BA2 (or 0x113BA2) is known color: Egyptian Blue. HEX triplet: 11, 3B and A2. RGB value is (17,59,162). Sum of RGB (Red+Green+Blue) = 17+59+162=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 162 (63.67% from 255 or 68.07% from 238); Max value from RGB is 162 - color contains mainly: blue. Hex color #113BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BA2 is #EEC45D. Grayscale: #393939. Windows color (decimal): -15647838 or 10631953. OLE color: 10631953.

HSL color Cylindrical-coordinate representation of color #113BA2: hue angle of 222.62º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113BA2 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 59 162 -
CMYK 0.90 0.64 0 0.36
HSL 222.62º 0.81% 0.35% -
HSV(B) 222.62º 0.9% 0.64% -
XYZ 8.32 5.86 34.87 -
YUV 58.18 186.59 98.62 -
System Red Green Blue C M Y K H S L
Decimal 17 59 162 0.90 0.64 0 0.36 222.62 0.81 0.35
Hex 11 3B A2 5A 40 0 24 DF 51 23
Octal 21 73 242 132 100 0 44 337 121 43
Binary 10001 111011 10100010 1011010 1000000 0 100100 11011111 1010001 100011

Color Harmonies of #113BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BA2

Black with #113BA2

Text Example


Text Example

White with #113BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,59,162); }

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

background-color css

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

 a { background-color: rgb(17,59,162); }

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

border-color css

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

 span { border-color: rgb(17,59,162); }

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