Html Css Color HEX #111DA5 Egyptian Blue

📋 copy color: '#111DA5'

red 17 ◦ green 29 ◦ blue 165

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

Shades of Egyptian Blue #111DA5

Tints of Egyptian Blue #111DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 78.2%

R = 8.06%
G = 13.74%
B = 78.2%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#111DA5 (or 0x111DA5) is known color: Egyptian Blue. HEX triplet: 11, 1D and A5. RGB value is (17,29,165). Sum of RGB (Red+Green+Blue) = 17+29+165=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #111DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DA5 is #EEE25A. Grayscale: #282828. Windows color (decimal): -15655515 or 10820881. OLE color: 10820881.

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

Color convert

RGB 17 29 165 -
CMYK 0.90 0.82 0 0.35
HSL 235.14º 0.81% 0.36% -
HSV(B) 235.14º 0.9% 0.65% -
XYZ 7.46 3.71 35.92 -
YUV 40.92 198.02 110.94 -
System Red Green Blue C M Y K H S L
Decimal 17 29 165 0.90 0.82 0 0.35 235.14 0.81 0.36
Hex 11 1D A5 5A 52 0 23 EB 51 24
Octal 21 35 245 132 122 0 43 353 121 44
Binary 10001 11101 10100101 1011010 1010010 0 100011 11101011 1010001 100100

Color Harmonies of #111DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DA5

Black with #111DA5

Text Example


Text Example

White with #111DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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