#1521A8

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

Shades of Egyptian Blue #1521A8

Tints of Egyptian Blue #1521A8

Color information

#1521A8 (or 0x1521A8) is unknown color: approx Egyptian Blue. HEX triplet: 15, 21 and A8. RGB value is (21,33,168). Sum of RGB (Red+Green+Blue) = 21+33+168=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 168 (66.02% from 255 or 75.68% from 222); Max value from RGB is 168 - color contains mainly: blue. Hex color #1521A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1521A8 is #EADE57. Grayscale: #2C2C2C. Windows color (decimal): -15392344 or 11018517. OLE color: 11018517.

HSL color Cylindrical-coordinate representation of color #1521A8: hue angle of 235.1º 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 #1521A8 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2133168-
CMYK0.880.8000.34
HSL235.1º77.78%37.06%-
HSV(B)235.1º87.5%65.88%-
XYZ7.924.0737.41-
YUV44.8197.52111.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 168 (66.02% from 255) = 75.68%
R=9.46%
G=14.86%
B=75.68%

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
Decimal21331680.880.8000.34235.177.7837.06
Hex1521A85850022eb4e25
Octal254125013012004235311645
Binary1010110000110101000101100010100000100010111010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1521A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1521A8; }

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

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

<style>
 a { background-color: #1521A8; }

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

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

<style>
 span { border-color: #1521A8; }

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

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