#171EAA

Color #171EAA Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #171EAA

Tints of Egyptian Blue #171EAA

Color information

#171EAA (or 0x171EAA) is unknown color: approx Egyptian Blue. HEX triplet: 17, 1E and AA. RGB value is (23,30,170). Sum of RGB (Red+Green+Blue) = 23+30+170=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #171EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171EAA is #E8E155. Grayscale: #2B2B2B. Windows color (decimal): -15262038 or 11148823. OLE color: 11148823.

HSL color Cylindrical-coordinate representation of color #171EAA: hue angle of 237.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171EAA is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2330170-
CMYK0.860.8200.33
HSL237.14º76.17%37.84%-
HSV(B)237.14º86.47%66.67%-
XYZ8.074.0138.38-
YUV43.87199.18113.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 30 (12.11% from 255) = 13.45%
BLUE value IS 170 (66.80% from 255) = 76.23%
R=10.31%
G=13.45%
B=76.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23301700.860.8200.33237.1476.1737.84
Hex171EAA5652021ed4c26
Octal273625212612204135511446
Binary101111111010101010101011010100100100001111011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171EAA; }

 p { color: rgb(23,30,170); }

 H1.HeaderClassName
 {
   color: #171EAA;
 }
 .AnyTagClassName
 {
   color: #171EAA;
 }
</style>
background-color css

<style>
 a { background-color: #171EAA; }

 a { background-color: rgb(23,30,170); }

 div.DivClassName
 {
   background-color: #171EAA;
 }
 .BgClassName
 {
   background-color: #171EAA;
 }
</style>
border-color css

<style>
 span { border-color: #171EAA; }

 span { border-color: rgb(23,30,170); }

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