Html Css Color HEX #11429F Egyptian Blue

📋 copy color: '#11429F'

red 17 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #11429F

Tints of Egyptian Blue #11429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

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

R = 7.02%
G = 27.27%
B = 65.7%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11429F (or 0x11429F) is known color: Egyptian Blue. HEX triplet: 11, 42 and 9F. RGB value is (17,66,159). Sum of RGB (Red+Green+Blue) = 17+66+159=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #11429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11429F is #EEBD60. Grayscale: #3D3D3D. Windows color (decimal): -15646049 or 10437137. OLE color: 10437137.

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

Color convert

RGB 17 66 159 -
CMYK 0.89 0.58 0 0.38
HSL 219.3º 0.81% 0.35% -
HSV(B) 219.3º 0.89% 0.62% -
XYZ 8.44 6.52 33.61 -
YUV 61.95 182.77 95.94 -
System Red Green Blue C M Y K H S L
Decimal 17 66 159 0.89 0.58 0 0.38 219.3 0.81 0.35
Hex 11 42 9F 59 3A 0 26 DB 51 23
Octal 21 102 237 131 72 0 46 333 121 43
Binary 10001 1000010 10011111 1011001 111010 0 100110 11011011 1010001 100011

Color Harmonies of #11429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11429F

Black with #11429F

Text Example


Text Example

White with #11429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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