Html Css Color HEX #11219F Egyptian Blue

📋 copy color: '#11219F'

red 17 ◦ green 33 ◦ blue 159

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

Shades of Egyptian Blue #11219F

Tints of Egyptian Blue #11219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

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

R = 8.13%
G = 15.79%
B = 76.08%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11219F (or 0x11219F) is known color: Egyptian Blue. HEX triplet: 11, 21 and 9F. RGB value is (17,33,159). Sum of RGB (Red+Green+Blue) = 17+33+159=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #11219F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11219F is #EEDE60. Grayscale: #2A2A2A. Windows color (decimal): -15654497 or 10428689. OLE color: 10428689.

HSL color Cylindrical-coordinate representation of color #11219F: hue angle of 233.24º 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 #11219F is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 33 159 -
CMYK 0.89 0.79 0 0.38
HSL 233.24º 0.81% 0.35% -
HSV(B) 233.24º 0.89% 0.62% -
XYZ 7.03 3.71 33.15 -
YUV 42.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 17 33 159 0.89 0.79 0 0.38 233.24 0.81 0.35
Hex 11 21 9F 59 4F 0 26 E9 51 23
Octal 21 41 237 131 117 0 46 351 121 43
Binary 10001 100001 10011111 1011001 1001111 0 100110 11101001 1010001 100011

Color Harmonies of #11219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11219F

Black with #11219F

Text Example


Text Example

White with #11219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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