Html Css Color HEX #1143AA Egyptian Blue

📋 copy color: '#1143AA'

red 17 ◦ green 67 ◦ blue 170

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

Shades of Egyptian Blue #1143AA

Tints of Egyptian Blue #1143AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

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

R = 6.69%
G = 26.38%
B = 66.93%

CMYK

 C value IS 0.9

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1143AA (or 0x1143AA) is known color: Egyptian Blue. HEX triplet: 11, 43 and AA. RGB value is (17,67,170). Sum of RGB (Red+Green+Blue) = 17+67+170=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #1143AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1143AA is #EEBC55. Grayscale: #3F3F3F. Windows color (decimal): -15645782 or 11158289. OLE color: 11158289.

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

Color convert

RGB 17 67 170 -
CMYK 0.9 0.61 0 0.33
HSL 220.39º 0.82% 0.37% -
HSV(B) 220.39º 0.9% 0.67% -
XYZ 9.49 7.04 38.89 -
YUV 63.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 17 67 170 0.9 0.61 0 0.33 220.39 0.82 0.37
Hex 11 43 AA 5A 3D 0 21 DC 52 25
Octal 21 103 252 132 75 0 41 334 122 45
Binary 10001 1000011 10101010 1011010 111101 0 100001 11011100 1010010 100101

Color Harmonies of #1143AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1143AA

Black with #1143AA

Text Example


Text Example

White with #1143AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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