#171FA1

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

Shades of Egyptian Blue #171FA1

Tints of Egyptian Blue #171FA1

Color information

#171FA1 (or 0x171FA1) is unknown color: approx Egyptian Blue. HEX triplet: 17, 1F and A1. RGB value is (23,31,161). Sum of RGB (Red+Green+Blue) = 23+31+161=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 161 (63.28% from 255 or 74.88% from 215); Max value from RGB is 161 - color contains mainly: blue. Hex color #171FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171FA1 is #E8E05E. Grayscale: #2A2A2A. Windows color (decimal): -15261791 or 10559255. OLE color: 10559255.

HSL color Cylindrical-coordinate representation of color #171FA1: hue angle of 236.52º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171FA1 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2331161-
CMYK0.860.8100.37
HSL236.52º75%36.08%-
HSV(B)236.52º85.71%63.14%-
XYZ7.283.7434.06-
YUV43.43194.35113.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 161 (63.28% from 255) = 74.88%
R=10.70%
G=14.42%
B=74.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal23311610.860.8100.37236.527536.08
Hex171FA15651025ed4b24
Octal273724112612104535511344
Binary101111111110100001101011010100010100101111011011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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