Html Css Color HEX #111EAB Egyptian Blue

📋 copy color: '#111EAB'

red 17 ◦ green 30 ◦ blue 171

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

Shades of Egyptian Blue #111EAB

Tints of Egyptian Blue #111EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

 BLUE value IS 171 (67.19% from 255) = 78.44%

R = 7.8%
G = 13.76%
B = 78.44%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#111EAB (or 0x111EAB) is known color: Egyptian Blue. HEX triplet: 11, 1E and AB. RGB value is (17,30,171). Sum of RGB (Red+Green+Blue) = 17+30+171=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #111EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EAB is #EEE154. Grayscale: #292929. Windows color (decimal): -15655253 or 11214353. OLE color: 11214353.

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

Color convert

RGB 17 30 171 -
CMYK 0.90 0.82 0 0.33
HSL 234.94º 0.82% 0.37% -
HSV(B) 234.94º 0.9% 0.67% -
XYZ 8.05 3.99 38.87 -
YUV 42.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 17 30 171 0.90 0.82 0 0.33 234.94 0.82 0.37
Hex 11 1E AB 5A 52 0 21 EB 52 25
Octal 21 36 253 132 122 0 41 353 122 45
Binary 10001 11110 10101011 1011010 1010010 0 100001 11101011 1010010 100101

Color Harmonies of #111EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EAB

Black with #111EAB

Text Example


Text Example

White with #111EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,30,171); }

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

background-color css

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

 a { background-color: rgb(17,30,171); }

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

border-color css

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

 span { border-color: rgb(17,30,171); }

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