Html Css Color HEX #1132AE Egyptian Blue

📋 copy color: '#1132AE'

red 17 ◦ green 50 ◦ blue 174

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

Shades of Egyptian Blue #1132AE

Tints of Egyptian Blue #1132AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 7.05%
G = 20.75%
B = 72.2%

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

#1132AE (or 0x1132AE) is known color: Egyptian Blue. HEX triplet: 11, 32 and AE. RGB value is (17,50,174). Sum of RGB (Red+Green+Blue) = 17+50+174=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #1132AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132AE is #EECD51. Grayscale: #353535. Windows color (decimal): -15650130 or 11416081. OLE color: 11416081.

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

Color convert

RGB 17 50 174 -
CMYK 0.90 0.71 0 0.32
HSL 227.39º 0.82% 0.37% -
HSV(B) 227.39º 0.9% 0.68% -
XYZ 9.01 5.46 40.62 -
YUV 54.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 17 50 174 0.90 0.71 0 0.32 227.39 0.82 0.37
Hex 11 32 AE 5A 47 0 20 E3 52 25
Octal 21 62 256 132 107 0 40 343 122 45
Binary 10001 110010 10101110 1011010 1000111 0 100000 11100011 1010010 100101

Color Harmonies of #1132AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1132AE

Black with #1132AE

Text Example


Text Example

White with #1132AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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