Html Css Color HEX #11289C Egyptian Blue

📋 copy color: '#11289C'

red 17 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #11289C

Tints of Egyptian Blue #11289C

RGB

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

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

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

R = 7.98%
G = 18.78%
B = 73.24%

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

#11289C (or 0x11289C) is known color: Egyptian Blue. HEX triplet: 11, 28 and 9C. RGB value is (17,40,156). Sum of RGB (Red+Green+Blue) = 17+40+156=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #11289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11289C is #EED763. Grayscale: #2D2D2D. Windows color (decimal): -15652708 or 10233873. OLE color: 10233873.

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

Color convert

RGB 17 40 156 -
CMYK 0.89 0.74 0 0.39
HSL 230.07º 0.8% 0.34% -
HSV(B) 230.07º 0.89% 0.61% -
XYZ 6.99 4.04 31.86 -
YUV 46.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 17 40 156 0.89 0.74 0 0.39 230.07 0.8 0.34
Hex 11 28 9C 59 4A 0 27 E6 50 22
Octal 21 50 234 131 112 0 47 346 120 42
Binary 10001 101000 10011100 1011001 1001010 0 100111 11100110 1010000 100010

Color Harmonies of #11289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11289C

Black with #11289C

Text Example


Text Example

White with #11289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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