#1522a8

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

Shades of Egyptian Blue #1522A8

Tints of Egyptian Blue #1522A8

Color information

#1522A8 (or 0x1522A8) is unknown color: approx Egyptian Blue. HEX triplet: 15, 22 and A8. RGB value is (21,34,168). Sum of RGB (Red+Green+Blue) = 21+34+168=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 168 (66.02% from 255 or 75.34% from 223); Max value from RGB is 168 - color contains mainly: blue. Hex color #1522A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1522A8 is #EADD57. Grayscale: #2C2C2C. Windows color (decimal): -15392088 or 11018773. OLE color: 11018773.

HSL color Cylindrical-coordinate representation of color #1522A8: hue angle of 234.69º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1522A8 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2134168-
CMYK0.880.8000.34
HSL234.69º77.78%37.06%-
HSV(B)234.69º87.5%65.88%-
XYZ7.954.1337.42-
YUV45.39197.19110.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 168 (66.02% from 255) = 75.34%
R=9.42%
G=15.25%
B=75.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21341680.880.8000.34234.6977.7837.06
Hex1522A85850022eb4e25
Octal254225013012004235311645
Binary1010110001010101000101100010100000100010111010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1522a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1522a8; }

 p { color: rgb(21,34,168); }

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

<style>
 a { background-color: #1522a8; }

 a { background-color: rgb(21,34,168); }

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

<style>
 span { border-color: #1522a8; }

 span { border-color: rgb(21,34,168); }

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