#1725A0

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

Shades of Egyptian Blue #1725A0

Tints of Egyptian Blue #1725A0

Color information

#1725A0 (or 0x1725A0) is unknown color: approx Egyptian Blue. HEX triplet: 17, 25 and A0. RGB value is (23,37,160). Sum of RGB (Red+Green+Blue) = 23+37+160=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 160 (62.89% from 255 or 72.73% from 220); Max value from RGB is 160 - color contains mainly: blue. Hex color #1725A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1725A0 is #E8DA5F. Grayscale: #2E2E2E. Windows color (decimal): -15260256 or 10495255. OLE color: 10495255.

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

Color convert

RGB2337160-
CMYK0.860.7700.37
HSL233.87º74.86%35.88%-
HSV(B)233.87º85.62%62.75%-
XYZ7.364.0433.65-
YUV46.84191.86111-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 160 (62.89% from 255) = 72.73%
R=10.45%
G=16.82%
B=72.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal23371600.860.7700.37233.8774.8635.88
Hex1725A0564D025ea4b24
Octal274524012611504535211344
Binary1011110010110100000101011010011010100101111010101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1725A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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