Html Css Color HEX #112AA6 Egyptian Blue

📋 copy color: '#112AA6'

red 17 ◦ green 42 ◦ blue 166

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

Shades of Egyptian Blue #112AA6

Tints of Egyptian Blue #112AA6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.67%

 BLUE value IS 166 (65.23% from 255) = 73.78%

R = 7.56%
G = 18.67%
B = 73.78%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#112AA6 (or 0x112AA6) is known color: Egyptian Blue. HEX triplet: 11, 2A and A6. RGB value is (17,42,166). Sum of RGB (Red+Green+Blue) = 17+42+166=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #112AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AA6 is #EED559. Grayscale: #303030. Windows color (decimal): -15652186 or 10889745. OLE color: 10889745.

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

Color convert

RGB 17 42 166 -
CMYK 0.90 0.75 0 0.35
HSL 229.93º 0.81% 0.36% -
HSV(B) 229.93º 0.9% 0.65% -
XYZ 7.94 4.53 36.53 -
YUV 48.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 17 42 166 0.90 0.75 0 0.35 229.93 0.81 0.36
Hex 11 2A A6 5A 4B 0 23 E6 51 24
Octal 21 52 246 132 113 0 43 346 121 44
Binary 10001 101010 10100110 1011010 1001011 0 100011 11100110 1010001 100100

Color Harmonies of #112AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112AA6

Black with #112AA6

Text Example


Text Example

White with #112AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,42,166); }

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

background-color css

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

 a { background-color: rgb(17,42,166); }

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

border-color css

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

 span { border-color: rgb(17,42,166); }

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