Html Css Color HEX #1120AD Egyptian Blue

📋 copy color: '#1120AD'

red 17 ◦ green 32 ◦ blue 173

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

Shades of Egyptian Blue #1120AD

Tints of Egyptian Blue #1120AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 7.66%
G = 14.41%
B = 77.93%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1120AD (or 0x1120AD) is known color: Egyptian Blue. HEX triplet: 11, 20 and AD. RGB value is (17,32,173). Sum of RGB (Red+Green+Blue) = 17+32+173=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #1120AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1120AD is #EEDF52. Grayscale: #2B2B2B. Windows color (decimal): -15654739 or 11345937. OLE color: 11345937.

HSL color Cylindrical-coordinate representation of color #1120AD: hue angle of 234.23º 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 #1120AD is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 32 173 -
CMYK 0.90 0.82 0 0.32
HSL 234.23º 0.82% 0.37% -
HSV(B) 234.23º 0.9% 0.68% -
XYZ 8.29 4.17 39.9 -
YUV 43.59 201.03 109.04 -
System Red Green Blue C M Y K H S L
Decimal 17 32 173 0.90 0.82 0 0.32 234.23 0.82 0.37
Hex 11 20 AD 5A 52 0 20 EA 52 25
Octal 21 40 255 132 122 0 40 352 122 45
Binary 10001 100000 10101101 1011010 1010010 0 100000 11101010 1010010 100101

Color Harmonies of #1120AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120AD

Black with #1120AD

Text Example


Text Example

White with #1120AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1120AD; }

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

 H1.HeaderClassName
 {
   color: #1120AD;
 }
 .AnyTagClassName
 {
   color: #1120AD;
 }
</style>

background-color css

<style>
 a { background-color: #1120AD; }

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

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

border-color css

<style>
 span { border-color: #1120AD; }

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

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