#1522AC

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

Shades of Egyptian Blue #1522AC

Tints of Egyptian Blue #1522AC

Color information

#1522AC (or 0x1522AC) is unknown color: approx Egyptian Blue. HEX triplet: 15, 22 and AC. RGB value is (21,34,172). Sum of RGB (Red+Green+Blue) = 21+34+172=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #1522AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1522AC is #EADD53. Grayscale: #2D2D2D. Windows color (decimal): -15392084 or 11280917. OLE color: 11280917.

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

Color convert

RGB2134172-
CMYK0.880.8000.33
HSL234.83º78.24%37.84%-
HSV(B)234.83º87.79%67.45%-
XYZ8.334.2839.42-
YUV45.84199.19110.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 172 (67.58% from 255) = 75.77%
R=9.25%
G=14.98%
B=75.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21341720.880.8000.33234.8378.2437.84
Hex1522AC5850021eb4e26
Octal254225413012004135311646
Binary1010110001010101100101100010100000100001111010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1522AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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