Html Css Color HEX #11249B Egyptian Blue

📋 copy color: '#11249B'

red 17 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #11249B

Tints of Egyptian Blue #11249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.52%

R = 8.17%
G = 17.31%
B = 74.52%

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

#11249B (or 0x11249B) is known color: Egyptian Blue. HEX triplet: 11, 24 and 9B. RGB value is (17,36,155). Sum of RGB (Red+Green+Blue) = 17+36+155=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #11249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11249B is #EEDB64. Grayscale: #2B2B2B. Windows color (decimal): -15653733 or 10167313. OLE color: 10167313.

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

Color convert

RGB 17 36 155 -
CMYK 0.89 0.77 0 0.39
HSL 231.74º 0.8% 0.34% -
HSV(B) 231.74º 0.89% 0.61% -
XYZ 6.78 3.75 31.38 -
YUV 43.89 190.71 108.82 -
System Red Green Blue C M Y K H S L
Decimal 17 36 155 0.89 0.77 0 0.39 231.74 0.8 0.34
Hex 11 24 9B 59 4D 0 27 E8 50 22
Octal 21 44 233 131 115 0 47 350 120 42
Binary 10001 100100 10011011 1011001 1001101 0 100111 11101000 1010000 100010

Color Harmonies of #11249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11249B

Black with #11249B

Text Example


Text Example

White with #11249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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