#171faa

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

Shades of Egyptian Blue #171FAA

Tints of Egyptian Blue #171FAA

Color information

#171FAA (or 0x171FAA) is unknown color: approx Egyptian Blue. HEX triplet: 17, 1F and AA. RGB value is (23,31,170). Sum of RGB (Red+Green+Blue) = 23+31+170=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #171FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171FAA is #E8E055. Grayscale: #2B2B2B. Windows color (decimal): -15261782 or 11149079. OLE color: 11149079.

HSL color Cylindrical-coordinate representation of color #171FAA: hue angle of 236.73º 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 #171FAA is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2331170-
CMYK0.860.8200.33
HSL236.73º76.17%37.84%-
HSV(B)236.73º86.47%66.67%-
XYZ8.14.0638.39-
YUV44.45198.85112.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 31 (12.5% from 255) = 13.84%
BLUE value IS 170 (66.80% from 255) = 75.89%
R=10.27%
G=13.84%
B=75.89%

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
Decimal23311700.860.8200.33236.7376.1737.84
Hex171FAA5652021ed4c26
Octal273725212612204135511446
Binary101111111110101010101011010100100100001111011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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