Html Css Color HEX #11449E Egyptian Blue

📋 copy color: '#11449E'

red 17 ◦ green 68 ◦ blue 158

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

Shades of Egyptian Blue #11449E

Tints of Egyptian Blue #11449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

 BLUE value IS 158 (62.11% from 255) = 65.02%

R = 7%
G = 27.98%
B = 65.02%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11449E (or 0x11449E) is known color: Egyptian Blue. HEX triplet: 11, 44 and 9E. RGB value is (17,68,158). Sum of RGB (Red+Green+Blue) = 17+68+158=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #11449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11449E is #EEBB61. Grayscale: #3E3E3E. Windows color (decimal): -15645538 or 10372113. OLE color: 10372113.

HSL color Cylindrical-coordinate representation of color #11449E: hue angle of 218.3º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11449E is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 68 158 -
CMYK 0.89 0.57 0 0.38
HSL 218.3º 0.81% 0.34% -
HSV(B) 218.3º 0.89% 0.62% -
XYZ 8.47 6.72 33.2 -
YUV 63.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 17 68 158 0.89 0.57 0 0.38 218.3 0.81 0.34
Hex 11 44 9E 59 39 0 26 DA 51 22
Octal 21 104 236 131 71 0 46 332 121 42
Binary 10001 1000100 10011110 1011001 111001 0 100110 11011010 1010001 100010

Color Harmonies of #11449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11449E

Black with #11449E

Text Example


Text Example

White with #11449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11449E; }

 p { color: rgb(17,68,158); }

 H1.HeaderClassName
 {
   color: #11449E;
 }
 .AnyTagClassName
 {
   color: #11449E;
 }
</style>

background-color css

<style>
 a { background-color: #11449E; }

 a { background-color: rgb(17,68,158); }

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

border-color css

<style>
 span { border-color: #11449E; }

 span { border-color: rgb(17,68,158); }

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