Html Css Color HEX #11299A Egyptian Blue

📋 copy color: '#11299A'

red 17 ◦ green 41 ◦ blue 154

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

Shades of Egyptian Blue #11299A

Tints of Egyptian Blue #11299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 72.64%

R = 8.02%
G = 19.34%
B = 72.64%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#11299A (or 0x11299A) is known color: Egyptian Blue. HEX triplet: 11, 29 and 9A. RGB value is (17,41,154). Sum of RGB (Red+Green+Blue) = 17+41+154=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #11299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11299A is #EED665. Grayscale: #2E2E2E. Windows color (decimal): -15652454 or 10103057. OLE color: 10103057.

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

Color convert

RGB 17 41 154 -
CMYK 0.89 0.73 0 0.40
HSL 229.49º 0.8% 0.34% -
HSV(B) 229.49º 0.89% 0.6% -
XYZ 6.86 4.04 30.99 -
YUV 46.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 17 41 154 0.89 0.73 0 0.40 229.49 0.8 0.34
Hex 11 29 9A 59 49 0 28 E5 50 22
Octal 21 51 232 131 111 0 50 345 120 42
Binary 10001 101001 10011010 1011001 1001001 0 101000 11100101 1010000 100010

Color Harmonies of #11299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11299A

Black with #11299A

Text Example


Text Example

White with #11299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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