#1726a0

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

Shades of Egyptian Blue #1726A0

Tints of Egyptian Blue #1726A0

Color information

#1726A0 (or 0x1726A0) is unknown color: approx Egyptian Blue. HEX triplet: 17, 26 and A0. RGB value is (23,38,160). Sum of RGB (Red+Green+Blue) = 23+38+160=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 160 (62.89% from 255 or 72.40% from 221); Max value from RGB is 160 - color contains mainly: blue. Hex color #1726A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1726A0 is #E8D95F. Grayscale: #2E2E2E. Windows color (decimal): -15260000 or 10495511. OLE color: 10495511.

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

Color convert

RGB2338160-
CMYK0.860.7600.37
HSL233.43º74.86%35.88%-
HSV(B)233.43º85.62%62.75%-
XYZ7.394.1133.66-
YUV47.42191.53110.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.41%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 160 (62.89% from 255) = 72.40%
R=10.41%
G=17.19%
B=72.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal23381600.860.7600.37233.4374.8635.88
Hex1726A0564C025e94b24
Octal274624012611404535111344
Binary1011110011010100000101011010011000100101111010011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1726a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1726a0; }

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

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

<style>
 a { background-color: #1726a0; }

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

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

<style>
 span { border-color: #1726a0; }

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

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