#172CA6

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

Shades of Egyptian Blue #172CA6

Tints of Egyptian Blue #172CA6

Color information

#172CA6 (or 0x172CA6) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2C and A6. RGB value is (23,44,166). Sum of RGB (Red+Green+Blue) = 23+44+166=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 166 (65.23% from 255 or 71.24% from 233); Max value from RGB is 166 - color contains mainly: blue. Hex color #172CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172CA6 is #E8D359. Grayscale: #333333. Windows color (decimal): -15258458 or 10890263. OLE color: 10890263.

HSL color Cylindrical-coordinate representation of color #172CA6: hue angle of 231.19º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172CA6 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2344166-
CMYK0.860.7300.35
HSL231.19º75.66%37.06%-
HSV(B)231.19º86.14%65.1%-
XYZ8.144.7436.56-
YUV51.63192.54107.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.87%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 166 (65.23% from 255) = 71.24%
R=9.87%
G=18.88%
B=71.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal23441660.860.7300.35231.1975.6637.06
Hex172CA65649023e74c25
Octal275424612611104334711445
Binary1011110110010100110101011010010010100011111001111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172CA6; }

 p { color: rgb(23,44,166); }

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

<style>
 a { background-color: #172CA6; }

 a { background-color: rgb(23,44,166); }

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

<style>
 span { border-color: #172CA6; }

 span { border-color: rgb(23,44,166); }

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