Html Css Color HEX #111DA3 Egyptian Blue

📋 copy color: '#111DA3'

red 17 ◦ green 29 ◦ blue 163

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

Shades of Egyptian Blue #111DA3

Tints of Egyptian Blue #111DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 77.99%

R = 8.13%
G = 13.88%
B = 77.99%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#111DA3 (or 0x111DA3) is known color: Egyptian Blue. HEX triplet: 11, 1D and A3. RGB value is (17,29,163). Sum of RGB (Red+Green+Blue) = 17+29+163=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 163 (64.06% from 255 or 77.99% from 209); Max value from RGB is 163 - color contains mainly: blue. Hex color #111DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DA3 is #EEE25C. Grayscale: #282828. Windows color (decimal): -15655517 or 10689809. OLE color: 10689809.

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

Color convert

RGB 17 29 163 -
CMYK 0.90 0.82 0 0.36
HSL 235.07º 0.81% 0.35% -
HSV(B) 235.07º 0.9% 0.64% -
XYZ 7.28 3.64 34.97 -
YUV 40.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 17 29 163 0.90 0.82 0 0.36 235.07 0.81 0.35
Hex 11 1D A3 5A 52 0 24 EB 51 23
Octal 21 35 243 132 122 0 44 353 121 43
Binary 10001 11101 10100011 1011010 1010010 0 100100 11101011 1010001 100011

Color Harmonies of #111DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DA3

Black with #111DA3

Text Example


Text Example

White with #111DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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