#1725A5

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

Shades of Egyptian Blue #1725A5

Tints of Egyptian Blue #1725A5

Color information

#1725A5 (or 0x1725A5) is unknown color: approx Egyptian Blue. HEX triplet: 17, 25 and A5. RGB value is (23,37,165). Sum of RGB (Red+Green+Blue) = 23+37+165=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #1725A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1725A5 is #E8DA5A. Grayscale: #2E2E2E. Windows color (decimal): -15260251 or 10822935. OLE color: 10822935.

HSL color Cylindrical-coordinate representation of color #1725A5: hue angle of 234.08º 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 #1725A5 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2337165-
CMYK0.860.7800.35
HSL234.08º75.53%36.86%-
HSV(B)234.08º86.06%64.71%-
XYZ7.814.2236-
YUV47.41194.36110.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.22%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 165 (64.84% from 255) = 73.33%
R=10.22%
G=16.44%
B=73.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal23371650.860.7800.35234.0875.5336.86
Hex1725A5564E023ea4c25
Octal274524512611604335211445
Binary1011110010110100101101011010011100100011111010101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1725A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1725A5; }

 p { color: rgb(23,37,165); }

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

<style>
 a { background-color: #1725A5; }

 a { background-color: rgb(23,37,165); }

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

<style>
 span { border-color: #1725A5; }

 span { border-color: rgb(23,37,165); }

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