Html Css Color HEX #1144AA Egyptian Blue

📋 copy color: '#1144AA'

red 17 ◦ green 68 ◦ blue 170

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

Shades of Egyptian Blue #1144AA

Tints of Egyptian Blue #1144AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 6.67%
G = 26.67%
B = 66.67%

CMYK

 C value IS 0.9

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1144AA (or 0x1144AA) is known color: Egyptian Blue. HEX triplet: 11, 44 and AA. RGB value is (17,68,170). Sum of RGB (Red+Green+Blue) = 17+68+170=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #1144AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1144AA is #EEBB55. Grayscale: #3F3F3F. Windows color (decimal): -15645526 or 11158545. OLE color: 11158545.

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

Color convert

RGB 17 68 170 -
CMYK 0.9 0.6 0 0.33
HSL 220º 0.82% 0.37% -
HSV(B) 220º 0.9% 0.67% -
XYZ 9.55 7.16 38.91 -
YUV 64.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 17 68 170 0.9 0.6 0 0.33 220 0.82 0.37
Hex 11 44 AA 5A 3C 0 21 DC 52 25
Octal 21 104 252 132 74 0 41 334 122 45
Binary 10001 1000100 10101010 1011010 111100 0 100001 11011100 1010010 100101

Color Harmonies of #1144AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1144AA

Black with #1144AA

Text Example


Text Example

White with #1144AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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