Html Css Color HEX #11279F Egyptian Blue

📋 copy color: '#11279F'

red 17 ◦ green 39 ◦ blue 159

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

Shades of Egyptian Blue #11279F

Tints of Egyptian Blue #11279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

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

R = 7.91%
G = 18.14%
B = 73.95%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11279F (or 0x11279F) is known color: Egyptian Blue. HEX triplet: 11, 27 and 9F. RGB value is (17,39,159). Sum of RGB (Red+Green+Blue) = 17+39+159=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #11279F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11279F is #EED860. Grayscale: #2D2D2D. Windows color (decimal): -15652961 or 10430225. OLE color: 10430225.

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

Color convert

RGB 17 39 159 -
CMYK 0.89 0.75 0 0.38
HSL 230.7º 0.81% 0.35% -
HSV(B) 230.7º 0.89% 0.62% -
XYZ 7.21 4.07 33.21 -
YUV 46.1 191.71 107.24 -
System Red Green Blue C M Y K H S L
Decimal 17 39 159 0.89 0.75 0 0.38 230.7 0.81 0.35
Hex 11 27 9F 59 4B 0 26 E7 51 23
Octal 21 47 237 131 113 0 46 347 121 43
Binary 10001 100111 10011111 1011001 1001011 0 100110 11100111 1010001 100011

Color Harmonies of #11279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11279F

Black with #11279F

Text Example


Text Example

White with #11279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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