Html Css Color HEX #11249C Egyptian Blue

📋 copy color: '#11249C'

red 17 ◦ green 36 ◦ blue 156

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

Shades of Egyptian Blue #11249C

Tints of Egyptian Blue #11249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 156 (61.33% from 255) = 74.64%

R = 8.13%
G = 17.22%
B = 74.64%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11249C (or 0x11249C) is known color: Egyptian Blue. HEX triplet: 11, 24 and 9C. RGB value is (17,36,156). Sum of RGB (Red+Green+Blue) = 17+36+156=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #11249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11249C is #EEDB63. Grayscale: #2B2B2B. Windows color (decimal): -15653732 or 10232849. OLE color: 10232849.

HSL color Cylindrical-coordinate representation of color #11249C: hue angle of 231.8º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11249C is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 36 156 -
CMYK 0.89 0.77 0 0.39
HSL 231.8º 0.8% 0.34% -
HSV(B) 231.8º 0.89% 0.61% -
XYZ 6.86 3.78 31.82 -
YUV 44 191.21 108.74 -
System Red Green Blue C M Y K H S L
Decimal 17 36 156 0.89 0.77 0 0.39 231.8 0.8 0.34
Hex 11 24 9C 59 4D 0 27 E8 50 22
Octal 21 44 234 131 115 0 47 350 120 42
Binary 10001 100100 10011100 1011001 1001101 0 100111 11101000 1010000 100010

Color Harmonies of #11249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11249C

Black with #11249C

Text Example


Text Example

White with #11249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11249C; }

 p { color: rgb(17,36,156); }

 H1.HeaderClassName
 {
   color: #11249C;
 }
 .AnyTagClassName
 {
   color: #11249C;
 }
</style>

background-color css

<style>
 a { background-color: #11249C; }

 a { background-color: rgb(17,36,156); }

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

border-color css

<style>
 span { border-color: #11249C; }

 span { border-color: rgb(17,36,156); }

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