Html Css Color HEX #113BAC Egyptian Blue

📋 copy color: '#113BAC'

red 17 ◦ green 59 ◦ blue 172

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

Shades of Egyptian Blue #113BAC

Tints of Egyptian Blue #113BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 6.85%
G = 23.79%
B = 69.35%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#113BAC (or 0x113BAC) is known color: Egyptian Blue. HEX triplet: 11, 3B and AC. RGB value is (17,59,172). Sum of RGB (Red+Green+Blue) = 17+59+172=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #113BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BAC is #EEC453. Grayscale: #3A3A3A. Windows color (decimal): -15647828 or 11287313. OLE color: 11287313.

HSL color Cylindrical-coordinate representation of color #113BAC: hue angle of 223.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113BAC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 59 172 -
CMYK 0.90 0.66 0 0.33
HSL 223.74º 0.82% 0.37% -
HSV(B) 223.74º 0.9% 0.67% -
XYZ 9.24 6.23 39.74 -
YUV 59.32 191.59 97.81 -
System Red Green Blue C M Y K H S L
Decimal 17 59 172 0.90 0.66 0 0.33 223.74 0.82 0.37
Hex 11 3B AC 5A 42 0 21 E0 52 25
Octal 21 73 254 132 102 0 41 340 122 45
Binary 10001 111011 10101100 1011010 1000010 0 100001 11100000 1010010 100101

Color Harmonies of #113BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BAC

Black with #113BAC

Text Example


Text Example

White with #113BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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