Html Css Color HEX #1140A4 Egyptian Blue

📋 copy color: '#1140A4'

red 17 ◦ green 64 ◦ blue 164

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

Shades of Egyptian Blue #1140A4

Tints of Egyptian Blue #1140A4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 164 (64.45% from 255) = 66.94%

R = 6.94%
G = 26.12%
B = 66.94%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1140A4 (or 0x1140A4) is known color: Egyptian Blue. HEX triplet: 11, 40 and A4. RGB value is (17,64,164). Sum of RGB (Red+Green+Blue) = 17+64+164=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #1140A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1140A4 is #EEBF5B. Grayscale: #3C3C3C. Windows color (decimal): -15646556 or 10764305. OLE color: 10764305.

HSL color Cylindrical-coordinate representation of color #1140A4: hue angle of 220.82º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1140A4 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 64 164 -
CMYK 0.90 0.61 0 0.36
HSL 220.82º 0.81% 0.35% -
HSV(B) 220.82º 0.9% 0.64% -
XYZ 8.77 6.47 35.91 -
YUV 61.35 185.93 96.37 -
System Red Green Blue C M Y K H S L
Decimal 17 64 164 0.90 0.61 0 0.36 220.82 0.81 0.35
Hex 11 40 A4 5A 3D 0 24 DD 51 23
Octal 21 100 244 132 75 0 44 335 121 43
Binary 10001 1000000 10100100 1011010 111101 0 100100 11011101 1010001 100011

Color Harmonies of #1140A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1140A4

Black with #1140A4

Text Example


Text Example

White with #1140A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1140A4; }

 p { color: rgb(17,64,164); }

 H1.HeaderClassName
 {
   color: #1140A4;
 }
 .AnyTagClassName
 {
   color: #1140A4;
 }
</style>

background-color css

<style>
 a { background-color: #1140A4; }

 a { background-color: rgb(17,64,164); }

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

border-color css

<style>
 span { border-color: #1140A4; }

 span { border-color: rgb(17,64,164); }

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