Html Css Color HEX #1140AD Egyptian Blue

📋 copy color: '#1140AD'

red 17 ◦ green 64 ◦ blue 173

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

Shades of Egyptian Blue #1140AD

Tints of Egyptian Blue #1140AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 6.69%
G = 25.2%
B = 68.11%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1140AD (or 0x1140AD) is known color: Egyptian Blue. HEX triplet: 11, 40 and AD. RGB value is (17,64,173). Sum of RGB (Red+Green+Blue) = 17+64+173=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #1140AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1140AD is #EEBF52. Grayscale: #3D3D3D. Windows color (decimal): -15646547 or 11354129. OLE color: 11354129.

HSL color Cylindrical-coordinate representation of color #1140AD: hue angle of 221.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1140AD is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 64 173 -
CMYK 0.90 0.63 0 0.32
HSL 221.92º 0.82% 0.37% -
HSV(B) 221.92º 0.9% 0.68% -
XYZ 9.61 6.8 40.34 -
YUV 62.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 17 64 173 0.90 0.63 0 0.32 221.92 0.82 0.37
Hex 11 40 AD 5A 3F 0 20 DE 52 25
Octal 21 100 255 132 77 0 40 336 122 45
Binary 10001 1000000 10101101 1011010 111111 0 100000 11011110 1010010 100101

Color Harmonies of #1140AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1140AD

Black with #1140AD

Text Example


Text Example

White with #1140AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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