Html Css Color HEX #11449F Egyptian Blue

📋 copy color: '#11449F'

red 17 ◦ green 68 ◦ blue 159

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

Shades of Egyptian Blue #11449F

Tints of Egyptian Blue #11449F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 6.97%
G = 27.87%
B = 65.16%

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

#11449F (or 0x11449F) is known color: Egyptian Blue. HEX triplet: 11, 44 and 9F. RGB value is (17,68,159). Sum of RGB (Red+Green+Blue) = 17+68+159=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #11449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11449F is #EEBB60. Grayscale: #3E3E3E. Windows color (decimal): -15645537 or 10437649. OLE color: 10437649.

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

Color convert

RGB 17 68 159 -
CMYK 0.89 0.57 0 0.38
HSL 218.45º 0.81% 0.35% -
HSV(B) 218.45º 0.89% 0.62% -
XYZ 8.56 6.76 33.65 -
YUV 63.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 17 68 159 0.89 0.57 0 0.38 218.45 0.81 0.35
Hex 11 44 9F 59 39 0 26 DA 51 23
Octal 21 104 237 131 71 0 46 332 121 43
Binary 10001 1000100 10011111 1011001 111001 0 100110 11011010 1010001 100011

Color Harmonies of #11449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11449F

Black with #11449F

Text Example


Text Example

White with #11449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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