Html Css Color HEX #11279C Egyptian Blue

📋 copy color: '#11279C'

red 17 ◦ green 39 ◦ blue 156

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

Shades of Egyptian Blue #11279C

Tints of Egyptian Blue #11279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 8.02%
G = 18.4%
B = 73.58%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11279C (or 0x11279C) is known color: Egyptian Blue. HEX triplet: 11, 27 and 9C. RGB value is (17,39,156). Sum of RGB (Red+Green+Blue) = 17+39+156=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #11279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11279C is #EED863. Grayscale: #2D2D2D. Windows color (decimal): -15652964 or 10233617. OLE color: 10233617.

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

Color convert

RGB 17 39 156 -
CMYK 0.89 0.75 0 0.39
HSL 230.5º 0.8% 0.34% -
HSV(B) 230.5º 0.89% 0.61% -
XYZ 6.96 3.97 31.85 -
YUV 45.76 190.21 107.49 -
System Red Green Blue C M Y K H S L
Decimal 17 39 156 0.89 0.75 0 0.39 230.5 0.8 0.34
Hex 11 27 9C 59 4B 0 27 E7 50 22
Octal 21 47 234 131 113 0 47 347 120 42
Binary 10001 100111 10011100 1011001 1001011 0 100111 11100111 1010000 100010

Color Harmonies of #11279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11279C

Black with #11279C

Text Example


Text Example

White with #11279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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