Html Css Color HEX #112AA7 Egyptian Blue

📋 copy color: '#112AA7'

red 17 ◦ green 42 ◦ blue 167

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

Shades of Egyptian Blue #112AA7

Tints of Egyptian Blue #112AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 73.89%

R = 7.52%
G = 18.58%
B = 73.89%

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

#112AA7 (or 0x112AA7) is known color: Egyptian Blue. HEX triplet: 11, 2A and A7. RGB value is (17,42,167). Sum of RGB (Red+Green+Blue) = 17+42+167=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 167 (65.62% from 255 or 73.89% from 226); Max value from RGB is 167 - color contains mainly: blue. Hex color #112AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AA7 is #EED558. Grayscale: #303030. Windows color (decimal): -15652185 or 10955281. OLE color: 10955281.

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

Color convert

RGB 17 42 167 -
CMYK 0.90 0.75 0 0.35
HSL 230º 0.82% 0.36% -
HSV(B) 230º 0.9% 0.65% -
XYZ 8.03 4.57 37.02 -
YUV 48.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 17 42 167 0.90 0.75 0 0.35 230 0.82 0.36
Hex 11 2A A7 5A 4B 0 23 E6 52 24
Octal 21 52 247 132 113 0 43 346 122 44
Binary 10001 101010 10100111 1011010 1001011 0 100011 11100110 1010010 100100

Color Harmonies of #112AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112AA7

Black with #112AA7

Text Example


Text Example

White with #112AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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