Html Css Color HEX #111AA8 Egyptian Blue

📋 copy color: '#111AA8'

red 17 ◦ green 26 ◦ blue 168

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

Shades of Egyptian Blue #111AA8

Tints of Egyptian Blue #111AA8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 168 (66.02% from 255) = 79.62%

R = 8.06%
G = 12.32%
B = 79.62%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#111AA8 (or 0x111AA8) is known color: Egyptian Blue. HEX triplet: 11, 1A and A8. RGB value is (17,26,168). Sum of RGB (Red+Green+Blue) = 17+26+168=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 168 (66.02% from 255 or 79.62% from 211); Max value from RGB is 168 - color contains mainly: blue. Hex color #111AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AA8 is #EEE557. Grayscale: #262626. Windows color (decimal): -15656280 or 11016721. OLE color: 11016721.

HSL color Cylindrical-coordinate representation of color #111AA8: hue angle of 236.42º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111AA8 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 26 168 -
CMYK 0.90 0.85 0 0.34
HSL 236.42º 0.82% 0.36% -
HSV(B) 236.42º 0.9% 0.66% -
XYZ 7.67 3.69 37.35 -
YUV 39.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 17 26 168 0.90 0.85 0 0.34 236.42 0.82 0.36
Hex 11 1A A8 5A 55 0 22 EC 52 24
Octal 21 32 250 132 125 0 42 354 122 44
Binary 10001 11010 10101000 1011010 1010101 0 100010 11101100 1010010 100100

Color Harmonies of #111AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AA8

Black with #111AA8

Text Example


Text Example

White with #111AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,26,168); }

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

background-color css

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

 a { background-color: rgb(17,26,168); }

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

border-color css

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

 span { border-color: rgb(17,26,168); }

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