Html Css Color HEX #112CAD Egyptian Blue

📋 copy color: '#112CAD'

red 17 ◦ green 44 ◦ blue 173

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

Shades of Egyptian Blue #112CAD

Tints of Egyptian Blue #112CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73.93%

R = 7.26%
G = 18.8%
B = 73.93%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#112CAD (or 0x112CAD) is known color: Egyptian Blue. HEX triplet: 11, 2C and AD. RGB value is (17,44,173). Sum of RGB (Red+Green+Blue) = 17+44+173=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #112CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CAD is #EED352. Grayscale: #323232. Windows color (decimal): -15651667 or 11349009. OLE color: 11349009.

HSL color Cylindrical-coordinate representation of color #112CAD: hue angle of 229.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112CAD is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 44 173 -
CMYK 0.90 0.75 0 0.32
HSL 229.62º 0.82% 0.37% -
HSV(B) 229.62º 0.9% 0.68% -
XYZ 8.67 4.94 40.03 -
YUV 50.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 17 44 173 0.90 0.75 0 0.32 229.62 0.82 0.37
Hex 11 2C AD 5A 4B 0 20 E6 52 25
Octal 21 54 255 132 113 0 40 346 122 45
Binary 10001 101100 10101101 1011010 1001011 0 100000 11100110 1010010 100101

Color Harmonies of #112CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CAD

Black with #112CAD

Text Example


Text Example

White with #112CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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