Html Css Color HEX #111DAC Egyptian Blue

📋 copy color: '#111DAC'

red 17 ◦ green 29 ◦ blue 172

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

Shades of Egyptian Blue #111DAC

Tints of Egyptian Blue #111DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 7.8%
G = 13.3%
B = 78.9%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#111DAC (or 0x111DAC) is known color: Egyptian Blue. HEX triplet: 11, 1D and AC. RGB value is (17,29,172). Sum of RGB (Red+Green+Blue) = 17+29+172=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #111DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DAC is #EEE253. Grayscale: #292929. Windows color (decimal): -15655508 or 11279633. OLE color: 11279633.

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

Color convert

RGB 17 29 172 -
CMYK 0.90 0.83 0 0.33
HSL 235.35º 0.82% 0.37% -
HSV(B) 235.35º 0.9% 0.67% -
XYZ 8.12 3.98 39.37 -
YUV 41.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 17 29 172 0.90 0.83 0 0.33 235.35 0.82 0.37
Hex 11 1D AC 5A 53 0 21 EB 52 25
Octal 21 35 254 132 123 0 41 353 122 45
Binary 10001 11101 10101100 1011010 1010011 0 100001 11101011 1010010 100101

Color Harmonies of #111DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DAC

Black with #111DAC

Text Example


Text Example

White with #111DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,29,172); }

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

background-color css

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

 a { background-color: rgb(17,29,172); }

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

border-color css

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

 span { border-color: rgb(17,29,172); }

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