Html Css Color HEX #11269F Egyptian Blue

📋 copy color: '#11269F'

red 17 ◦ green 38 ◦ blue 159

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

Shades of Egyptian Blue #11269F

Tints of Egyptian Blue #11269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

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

R = 7.94%
G = 17.76%
B = 74.3%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11269F (or 0x11269F) is known color: Egyptian Blue. HEX triplet: 11, 26 and 9F. RGB value is (17,38,159). Sum of RGB (Red+Green+Blue) = 17+38+159=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #11269F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11269F is #EED960. Grayscale: #2D2D2D. Windows color (decimal): -15653217 or 10429969. OLE color: 10429969.

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

Color convert

RGB 17 38 159 -
CMYK 0.89 0.76 0 0.38
HSL 231.13º 0.81% 0.35% -
HSV(B) 231.13º 0.89% 0.62% -
XYZ 7.18 4.01 33.2 -
YUV 45.52 192.04 107.66 -
System Red Green Blue C M Y K H S L
Decimal 17 38 159 0.89 0.76 0 0.38 231.13 0.81 0.35
Hex 11 26 9F 59 4C 0 26 E7 51 23
Octal 21 46 237 131 114 0 46 347 121 43
Binary 10001 100110 10011111 1011001 1001100 0 100110 11100111 1010001 100011

Color Harmonies of #11269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11269F

Black with #11269F

Text Example


Text Example

White with #11269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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