#171FAD

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

Shades of Egyptian Blue #171FAD

Tints of Egyptian Blue #171FAD

Color information

#171FAD (or 0x171FAD) is unknown color: approx Egyptian Blue. HEX triplet: 17, 1F and AD. RGB value is (23,31,173). Sum of RGB (Red+Green+Blue) = 23+31+173=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #171FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171FAD is #E8E052. Grayscale: #2C2C2C. Windows color (decimal): -15261779 or 11345687. OLE color: 11345687.

HSL color Cylindrical-coordinate representation of color #171FAD: hue angle of 236.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171FAD is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2331173-
CMYK0.870.8200.32
HSL236.8º76.53%38.43%-
HSV(B)236.8º86.71%67.84%-
XYZ8.394.1839.9-
YUV44.8200.35112.45-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.13%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=10.13%
G=13.66%
B=76.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal23311730.870.8200.32236.876.5338.43
Hex171FAD5752020ed4d26
Octal273725512712204035511546
Binary101111111110101101101011110100100100000111011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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