Html Css Color HEX #111CA6 Egyptian Blue

📋 copy color: '#111CA6'

red 17 ◦ green 28 ◦ blue 166

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

Shades of Egyptian Blue #111CA6

Tints of Egyptian Blue #111CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 78.67%

R = 8.06%
G = 13.27%
B = 78.67%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#111CA6 (or 0x111CA6) is known color: Egyptian Blue. HEX triplet: 11, 1C and A6. RGB value is (17,28,166). Sum of RGB (Red+Green+Blue) = 17+28+166=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 166 (65.23% from 255 or 78.67% from 211); Max value from RGB is 166 - color contains mainly: blue. Hex color #111CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CA6 is #EEE359. Grayscale: #272727. Windows color (decimal): -15655770 or 10886161. OLE color: 10886161.

HSL color Cylindrical-coordinate representation of color #111CA6: hue angle of 235.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111CA6 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 28 166 -
CMYK 0.90 0.83 0 0.35
HSL 235.57º 0.81% 0.36% -
HSV(B) 235.57º 0.9% 0.65% -
XYZ 7.53 3.7 36.39 -
YUV 40.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 17 28 166 0.90 0.83 0 0.35 235.57 0.81 0.36
Hex 11 1C A6 5A 53 0 23 EC 51 24
Octal 21 34 246 132 123 0 43 354 121 44
Binary 10001 11100 10100110 1011010 1010011 0 100011 11101100 1010001 100100

Color Harmonies of #111CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CA6

Black with #111CA6

Text Example


Text Example

White with #111CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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