Html Css Color HEX #1132AD Egyptian Blue

📋 copy color: '#1132AD'

red 17 ◦ green 50 ◦ blue 173

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

Shades of Egyptian Blue #1132AD

Tints of Egyptian Blue #1132AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 7.08%
G = 20.83%
B = 72.08%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1132AD (or 0x1132AD) is known color: Egyptian Blue. HEX triplet: 11, 32 and AD. RGB value is (17,50,173). Sum of RGB (Red+Green+Blue) = 17+50+173=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #1132AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132AD is #EECD52. Grayscale: #353535. Windows color (decimal): -15650131 or 11350545. OLE color: 11350545.

HSL color Cylindrical-coordinate representation of color #1132AD: hue angle of 227.31º 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 #1132AD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 50 173 -
CMYK 0.90 0.71 0 0.32
HSL 227.31º 0.82% 0.37% -
HSV(B) 227.31º 0.9% 0.68% -
XYZ 8.91 5.42 40.11 -
YUV 54.16 195.07 101.5 -
System Red Green Blue C M Y K H S L
Decimal 17 50 173 0.90 0.71 0 0.32 227.31 0.82 0.37
Hex 11 32 AD 5A 47 0 20 E3 52 25
Octal 21 62 255 132 107 0 40 343 122 45
Binary 10001 110010 10101101 1011010 1000111 0 100000 11100011 1010010 100101

Color Harmonies of #1132AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1132AD

Black with #1132AD

Text Example


Text Example

White with #1132AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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