Html Css Color HEX #1119AA Egyptian Blue

📋 copy color: '#1119AA'

red 17 ◦ green 25 ◦ blue 170

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

Shades of Egyptian Blue #1119AA

Tints of Egyptian Blue #1119AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 8.02%
G = 11.79%
B = 80.19%

CMYK

 C value IS 0.9

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1119AA (or 0x1119AA) is known color: Egyptian Blue. HEX triplet: 11, 19 and AA. RGB value is (17,25,170). Sum of RGB (Red+Green+Blue) = 17+25+170=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #1119AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1119AA is #EEE655. Grayscale: #262626. Windows color (decimal): -15656534 or 11147537. OLE color: 11147537.

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

Color convert

RGB 17 25 170 -
CMYK 0.9 0.85 0 0.33
HSL 236.86º 0.82% 0.37% -
HSV(B) 236.86º 0.9% 0.67% -
XYZ 7.83 3.72 38.33 -
YUV 39.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 17 25 170 0.9 0.85 0 0.33 236.86 0.82 0.37
Hex 11 19 AA 5A 55 0 21 ED 52 25
Octal 21 31 252 132 125 0 41 355 122 45
Binary 10001 11001 10101010 1011010 1010101 0 100001 11101101 1010010 100101

Color Harmonies of #1119AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119AA

Black with #1119AA

Text Example


Text Example

White with #1119AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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