#1517B4

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

Shades of Egyptian Blue #1517B4

Tints of Egyptian Blue #1517B4

Color information

#1517B4 (or 0x1517B4) is unknown color: approx Egyptian Blue. HEX triplet: 15, 17 and B4. RGB value is (21,23,180). Sum of RGB (Red+Green+Blue) = 21+23+180=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 180 (70.70% from 255 or 80.36% from 224); Max value from RGB is 180 - color contains mainly: blue. Hex color #1517B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517B4 is #EAE84B. Grayscale: #272727. Windows color (decimal): -15394892 or 11802389. OLE color: 11802389.

HSL color Cylindrical-coordinate representation of color #1517B4: hue angle of 239.25º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1517B4 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2123180-
CMYK0.880.8700.29
HSL239.25º79.1%39.41%-
HSV(B)239.25º88.33%70.59%-
XYZ8.854.0743.5-
YUV40.3206.84114.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 23 (9.38% from 255) = 10.27%
BLUE value IS 180 (70.70% from 255) = 80.36%
R=9.38%
G=10.27%
B=80.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21231800.880.8700.29239.2579.139.41
Hex1517B4585701Def4f27
Octal252726413012703535711747
Binary10101101111011010010110001010111011101111011111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1517B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1517B4; }

 p { color: rgb(21,23,180); }

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

<style>
 a { background-color: #1517B4; }

 a { background-color: rgb(21,23,180); }

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

<style>
 span { border-color: #1517B4; }

 span { border-color: rgb(21,23,180); }

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