Html Css Color HEX #111CAA Egyptian Blue

📋 copy color: '#111CAA'

red 17 ◦ green 28 ◦ blue 170

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

Shades of Egyptian Blue #111CAA

Tints of Egyptian Blue #111CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 7.91%
G = 13.02%
B = 79.07%

CMYK

 C value IS 0.9

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#111CAA (or 0x111CAA) is known color: Egyptian Blue. HEX triplet: 11, 1C and AA. RGB value is (17,28,170). Sum of RGB (Red+Green+Blue) = 17+28+170=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #111CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CAA is #EEE355. Grayscale: #282828. Windows color (decimal): -15655766 or 11148305. OLE color: 11148305.

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

Color convert

RGB 17 28 170 -
CMYK 0.9 0.84 0 0.33
HSL 235.69º 0.82% 0.37% -
HSV(B) 235.69º 0.9% 0.67% -
XYZ 7.9 3.85 38.36 -
YUV 40.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 17 28 170 0.9 0.84 0 0.33 235.69 0.82 0.37
Hex 11 1C AA 5A 54 0 21 EC 52 25
Octal 21 34 252 132 124 0 41 354 122 45
Binary 10001 11100 10101010 1011010 1010100 0 100001 11101100 1010010 100101

Color Harmonies of #111CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CAA

Black with #111CAA

Text Example


Text Example

White with #111CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111CAA; }

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

 H1.HeaderClassName
 {
   color: #111CAA;
 }
 .AnyTagClassName
 {
   color: #111CAA;
 }
</style>

background-color css

<style>
 a { background-color: #111CAA; }

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

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

border-color css

<style>
 span { border-color: #111CAA; }

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

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