Html Css Color HEX #11289B Egyptian Blue

📋 copy color: '#11289B'

red 17 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #11289B

Tints of Egyptian Blue #11289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 8.02%
G = 18.87%
B = 73.11%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11289B (or 0x11289B) is known color: Egyptian Blue. HEX triplet: 11, 28 and 9B. RGB value is (17,40,155). Sum of RGB (Red+Green+Blue) = 17+40+155=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #11289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11289B is #EED764. Grayscale: #2D2D2D. Windows color (decimal): -15652709 or 10168337. OLE color: 10168337.

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

Color convert

RGB 17 40 155 -
CMYK 0.89 0.74 0 0.39
HSL 230º 0.8% 0.34% -
HSV(B) 230º 0.89% 0.61% -
XYZ 6.91 4 31.42 -
YUV 46.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 17 40 155 0.89 0.74 0 0.39 230 0.8 0.34
Hex 11 28 9B 59 4A 0 27 E6 50 22
Octal 21 50 233 131 112 0 47 346 120 42
Binary 10001 101000 10011011 1011001 1001010 0 100111 11100110 1010000 100010

Color Harmonies of #11289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11289B

Black with #11289B

Text Example


Text Example

White with #11289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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