Html Css Color HEX #112BAC Egyptian Blue

📋 copy color: '#112BAC'

red 17 ◦ green 43 ◦ blue 172

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

Shades of Egyptian Blue #112BAC

Tints of Egyptian Blue #112BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.53%

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

R = 7.33%
G = 18.53%
B = 74.14%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#112BAC (or 0x112BAC) is known color: Egyptian Blue. HEX triplet: 11, 2B and AC. RGB value is (17,43,172). Sum of RGB (Red+Green+Blue) = 17+43+172=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #112BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112BAC is #EED453. Grayscale: #313131. Windows color (decimal): -15651924 or 11283217. OLE color: 11283217.

HSL color Cylindrical-coordinate representation of color #112BAC: hue angle of 229.94º 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 #112BAC is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 43 172 -
CMYK 0.90 0.75 0 0.33
HSL 229.94º 0.82% 0.37% -
HSV(B) 229.94º 0.9% 0.67% -
XYZ 8.54 4.83 39.51 -
YUV 49.93 196.89 104.51 -
System Red Green Blue C M Y K H S L
Decimal 17 43 172 0.90 0.75 0 0.33 229.94 0.82 0.37
Hex 11 2B AC 5A 4B 0 21 E6 52 25
Octal 21 53 254 132 113 0 41 346 122 45
Binary 10001 101011 10101100 1011010 1001011 0 100001 11100110 1010010 100101

Color Harmonies of #112BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BAC

Black with #112BAC

Text Example


Text Example

White with #112BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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