Html Css Color HEX #11239F Egyptian Blue

📋 copy color: '#11239F'

red 17 ◦ green 35 ◦ blue 159

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

Shades of Egyptian Blue #11239F

Tints of Egyptian Blue #11239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 8.06%
G = 16.59%
B = 75.36%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11239F (or 0x11239F) is known color: Egyptian Blue. HEX triplet: 11, 23 and 9F. RGB value is (17,35,159). Sum of RGB (Red+Green+Blue) = 17+35+159=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #11239F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11239F is #EEDC60. Grayscale: #2B2B2B. Windows color (decimal): -15653985 or 10429201. OLE color: 10429201.

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

Color convert

RGB 17 35 159 -
CMYK 0.89 0.78 0 0.38
HSL 232.39º 0.81% 0.35% -
HSV(B) 232.39º 0.89% 0.62% -
XYZ 7.09 3.82 33.17 -
YUV 43.75 193.04 108.92 -
System Red Green Blue C M Y K H S L
Decimal 17 35 159 0.89 0.78 0 0.38 232.39 0.81 0.35
Hex 11 23 9F 59 4E 0 26 E8 51 23
Octal 21 43 237 131 116 0 46 350 121 43
Binary 10001 100011 10011111 1011001 1001110 0 100110 11101000 1010001 100011

Color Harmonies of #11239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11239F

Black with #11239F

Text Example


Text Example

White with #11239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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