Html Css Color HEX #1140AA Egyptian Blue

📋 copy color: '#1140AA'

red 17 ◦ green 64 ◦ blue 170

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

Shades of Egyptian Blue #1140AA

Tints of Egyptian Blue #1140AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 6.77%
G = 25.5%
B = 67.73%

CMYK

 C value IS 0.9

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1140AA (or 0x1140AA) is known color: Egyptian Blue. HEX triplet: 11, 40 and AA. RGB value is (17,64,170). Sum of RGB (Red+Green+Blue) = 17+64+170=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #1140AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1140AA is #EEBF55. Grayscale: #3D3D3D. Windows color (decimal): -15646550 or 11157521. OLE color: 11157521.

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

Color convert

RGB 17 64 170 -
CMYK 0.9 0.62 0 0.33
HSL 221.57º 0.82% 0.37% -
HSV(B) 221.57º 0.9% 0.67% -
XYZ 9.32 6.69 38.83 -
YUV 62.03 188.93 95.88 -
System Red Green Blue C M Y K H S L
Decimal 17 64 170 0.9 0.62 0 0.33 221.57 0.82 0.37
Hex 11 40 AA 5A 3E 0 21 DE 52 25
Octal 21 100 252 132 76 0 41 336 122 45
Binary 10001 1000000 10101010 1011010 111110 0 100001 11011110 1010010 100101

Color Harmonies of #1140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1140AA

Black with #1140AA

Text Example


Text Example

White with #1140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1140AA; }

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

 H1.HeaderClassName
 {
   color: #1140AA;
 }
 .AnyTagClassName
 {
   color: #1140AA;
 }
</style>

background-color css

<style>
 a { background-color: #1140AA; }

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

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

border-color css

<style>
 span { border-color: #1140AA; }

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

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