Html Css Color HEX #112CAA Egyptian Blue

📋 copy color: '#112CAA'

red 17 ◦ green 44 ◦ blue 170

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

Shades of Egyptian Blue #112CAA

Tints of Egyptian Blue #112CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

 BLUE value IS 170 (66.8% from 255) = 73.59%

R = 7.36%
G = 19.05%
B = 73.59%

CMYK

 C value IS 0.9

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#112CAA (or 0x112CAA) is known color: Egyptian Blue. HEX triplet: 11, 2C and AA. RGB value is (17,44,170). Sum of RGB (Red+Green+Blue) = 17+44+170=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #112CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CAA is #EED355. Grayscale: #313131. Windows color (decimal): -15651670 or 11152401. OLE color: 11152401.

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

Color convert

RGB 17 44 170 -
CMYK 0.9 0.74 0 0.33
HSL 229.41º 0.82% 0.37% -
HSV(B) 229.41º 0.9% 0.67% -
XYZ 8.39 4.82 38.52 -
YUV 50.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 17 44 170 0.9 0.74 0 0.33 229.41 0.82 0.37
Hex 11 2C AA 5A 4A 0 21 E5 52 25
Octal 21 54 252 132 112 0 41 345 122 45
Binary 10001 101100 10101010 1011010 1001010 0 100001 11100101 1010010 100101

Color Harmonies of #112CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CAA

Black with #112CAA

Text Example


Text Example

White with #112CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,170); }

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

background-color css

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

 a { background-color: rgb(17,44,170); }

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

border-color css

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

 span { border-color: rgb(17,44,170); }

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