Html Css Color HEX #111CAC Egyptian Blue

📋 copy color: '#111CAC'

red 17 ◦ green 28 ◦ blue 172

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

Shades of Egyptian Blue #111CAC

Tints of Egyptian Blue #111CAC

RGB

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

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

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

R = 7.83%
G = 12.9%
B = 79.26%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#111CAC (or 0x111CAC) is known color: Egyptian Blue. HEX triplet: 11, 1C and AC. RGB value is (17,28,172). Sum of RGB (Red+Green+Blue) = 17+28+172=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #111CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CAC is #EEE353. Grayscale: #282828. Windows color (decimal): -15655764 or 11279377. OLE color: 11279377.

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

Color convert

RGB 17 28 172 -
CMYK 0.90 0.84 0 0.33
HSL 235.74º 0.82% 0.37% -
HSV(B) 235.74º 0.9% 0.67% -
XYZ 8.09 3.93 39.36 -
YUV 41.13 201.86 110.79 -
System Red Green Blue C M Y K H S L
Decimal 17 28 172 0.90 0.84 0 0.33 235.74 0.82 0.37
Hex 11 1C AC 5A 54 0 21 EC 52 25
Octal 21 34 254 132 124 0 41 354 122 45
Binary 10001 11100 10101100 1011010 1010100 0 100001 11101100 1010010 100101

Color Harmonies of #111CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CAC

Black with #111CAC

Text Example


Text Example

White with #111CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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