Html Css Color HEX #1132AF Egyptian Blue

📋 copy color: '#1132AF'

red 17 ◦ green 50 ◦ blue 175

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

Shades of Egyptian Blue #1132AF

Tints of Egyptian Blue #1132AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.31%

R = 7.02%
G = 20.66%
B = 72.31%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1132AF (or 0x1132AF) is known color: Egyptian Blue. HEX triplet: 11, 32 and AF. RGB value is (17,50,175). Sum of RGB (Red+Green+Blue) = 17+50+175=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #1132AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132AF is #EECD50. Grayscale: #353535. Windows color (decimal): -15650129 or 11481617. OLE color: 11481617.

HSL color Cylindrical-coordinate representation of color #1132AF: hue angle of 227.47º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1132AF is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 50 175 -
CMYK 0.90 0.71 0 0.31
HSL 227.47º 0.82% 0.38% -
HSV(B) 227.47º 0.9% 0.69% -
XYZ 9.11 5.5 41.14 -
YUV 54.38 196.07 101.34 -
System Red Green Blue C M Y K H S L
Decimal 17 50 175 0.90 0.71 0 0.31 227.47 0.82 0.38
Hex 11 32 AF 5A 47 0 1F E3 52 26
Octal 21 62 257 132 107 0 37 343 122 46
Binary 10001 110010 10101111 1011010 1000111 0 11111 11100011 1010010 100110

Color Harmonies of #1132AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1132AF

Black with #1132AF

Text Example


Text Example

White with #1132AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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