#172A8F

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

Shades of Egyptian Blue #172A8F

Tints of Egyptian Blue #172A8F

Color information

#172A8F (or 0x172A8F) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2A and 8F. RGB value is (23,42,143). Sum of RGB (Red+Green+Blue) = 23+42+143=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #172A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A8F is #E8D570. Grayscale: #2F2F2F. Windows color (decimal): -15258993 or 9382423. OLE color: 9382423.

HSL color Cylindrical-coordinate representation of color #172A8F: hue angle of 230.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172A8F is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2342143-
CMYK0.840.7100.44
HSL230.5º72.29%32.55%-
HSV(B)230.5º83.92%56.08%-
XYZ6.143.8226.4-
YUV47.83181.71110.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.06%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 143 (56.25% from 255) = 68.75%
R=11.06%
G=20.19%
B=68.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal23421430.840.7100.44230.572.2932.55
Hex172A8F544702Ce64821
Octal275221712410705434611041
Binary1011110101010001111101010010001110101100111001101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,42,143); }

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

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

 a { background-color: rgb(23,42,143); }

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

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

 span { border-color: rgb(23,42,143); }

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