Html Css Color HEX #11299D Egyptian Blue

📋 copy color: '#11299D'

red 17 ◦ green 41 ◦ blue 157

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

Shades of Egyptian Blue #11299D

Tints of Egyptian Blue #11299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 157 (61.72% from 255) = 73.02%

R = 7.91%
G = 19.07%
B = 73.02%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11299D (or 0x11299D) is known color: Egyptian Blue. HEX triplet: 11, 29 and 9D. RGB value is (17,41,157). Sum of RGB (Red+Green+Blue) = 17+41+157=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #11299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11299D is #EED662. Grayscale: #2E2E2E. Windows color (decimal): -15652451 or 10299665. OLE color: 10299665.

HSL color Cylindrical-coordinate representation of color #11299D: hue angle of 229.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11299D is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 41 157 -
CMYK 0.89 0.74 0 0.38
HSL 229.71º 0.8% 0.34% -
HSV(B) 229.71º 0.89% 0.62% -
XYZ 7.11 4.14 32.32 -
YUV 47.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 17 41 157 0.89 0.74 0 0.38 229.71 0.8 0.34
Hex 11 29 9D 59 4A 0 26 E6 50 22
Octal 21 51 235 131 112 0 46 346 120 42
Binary 10001 101001 10011101 1011001 1001010 0 100110 11100110 1010000 100010

Color Harmonies of #11299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11299D

Black with #11299D

Text Example


Text Example

White with #11299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11299D; }

 p { color: rgb(17,41,157); }

 H1.HeaderClassName
 {
   color: #11299D;
 }
 .AnyTagClassName
 {
   color: #11299D;
 }
</style>

background-color css

<style>
 a { background-color: #11299D; }

 a { background-color: rgb(17,41,157); }

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

border-color css

<style>
 span { border-color: #11299D; }

 span { border-color: rgb(17,41,157); }

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