Html Css Color HEX #11299F Egyptian Blue

📋 copy color: '#11299F'

red 17 ◦ green 41 ◦ blue 159

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

Shades of Egyptian Blue #11299F

Tints of Egyptian Blue #11299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.89%

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

R = 7.83%
G = 18.89%
B = 73.27%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11299F (or 0x11299F) is known color: Egyptian Blue. HEX triplet: 11, 29 and 9F. RGB value is (17,41,159). Sum of RGB (Red+Green+Blue) = 17+41+159=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #11299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11299F is #EED660. Grayscale: #2E2E2E. Windows color (decimal): -15652449 or 10430737. OLE color: 10430737.

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

Color convert

RGB 17 41 159 -
CMYK 0.89 0.74 0 0.38
HSL 229.86º 0.81% 0.35% -
HSV(B) 229.86º 0.89% 0.62% -
XYZ 7.28 4.21 33.23 -
YUV 47.28 191.05 106.41 -
System Red Green Blue C M Y K H S L
Decimal 17 41 159 0.89 0.74 0 0.38 229.86 0.81 0.35
Hex 11 29 9F 59 4A 0 26 E6 51 23
Octal 21 51 237 131 112 0 46 346 121 43
Binary 10001 101001 10011111 1011001 1001010 0 100110 11100110 1010001 100011

Color Harmonies of #11299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11299F

Black with #11299F

Text Example


Text Example

White with #11299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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