Html Css Color HEX #11249D Egyptian Blue

📋 copy color: '#11249D'

red 17 ◦ green 36 ◦ blue 157

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

Shades of Egyptian Blue #11249D

Tints of Egyptian Blue #11249D

RGB

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

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

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

R = 8.1%
G = 17.14%
B = 74.76%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11249D (or 0x11249D) is known color: Egyptian Blue. HEX triplet: 11, 24 and 9D. RGB value is (17,36,157). Sum of RGB (Red+Green+Blue) = 17+36+157=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #11249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11249D is #EEDB62. Grayscale: #2B2B2B. Windows color (decimal): -15653731 or 10298385. OLE color: 10298385.

HSL color Cylindrical-coordinate representation of color #11249D: hue angle of 231.86º 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 #11249D is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 36 157 -
CMYK 0.89 0.77 0 0.38
HSL 231.86º 0.8% 0.34% -
HSV(B) 231.86º 0.89% 0.62% -
XYZ 6.95 3.82 32.27 -
YUV 44.11 191.71 108.66 -
System Red Green Blue C M Y K H S L
Decimal 17 36 157 0.89 0.77 0 0.38 231.86 0.8 0.34
Hex 11 24 9D 59 4D 0 26 E8 50 22
Octal 21 44 235 131 115 0 46 350 120 42
Binary 10001 100100 10011101 1011001 1001101 0 100110 11101000 1010000 100010

Color Harmonies of #11249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11249D

Black with #11249D

Text Example


Text Example

White with #11249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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