Html Css Color HEX #11269C Egyptian Blue

📋 copy color: '#11269C'

red 17 ◦ green 38 ◦ blue 156

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

Shades of Egyptian Blue #11269C

Tints of Egyptian Blue #11269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 8.06%
G = 18.01%
B = 73.93%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11269C (or 0x11269C) is known color: Egyptian Blue. HEX triplet: 11, 26 and 9C. RGB value is (17,38,156). Sum of RGB (Red+Green+Blue) = 17+38+156=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #11269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11269C is #EED963. Grayscale: #2C2C2C. Windows color (decimal): -15653220 or 10233361. OLE color: 10233361.

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

Color convert

RGB 17 38 156 -
CMYK 0.89 0.76 0 0.39
HSL 230.94º 0.8% 0.34% -
HSV(B) 230.94º 0.89% 0.61% -
XYZ 6.93 3.91 31.84 -
YUV 45.17 190.54 107.91 -
System Red Green Blue C M Y K H S L
Decimal 17 38 156 0.89 0.76 0 0.39 230.94 0.8 0.34
Hex 11 26 9C 59 4C 0 27 E7 50 22
Octal 21 46 234 131 114 0 47 347 120 42
Binary 10001 100110 10011100 1011001 1001100 0 100111 11100111 1010000 100010

Color Harmonies of #11269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11269C

Black with #11269C

Text Example


Text Example

White with #11269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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