#1219AA

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

Shades of Egyptian Blue #1219AA

Tints of Egyptian Blue #1219AA

Color information

#1219AA (or 0x1219AA) is unknown color: approx Egyptian Blue. HEX triplet: 12, 19 and AA. RGB value is (18,25,170). Sum of RGB (Red+Green+Blue) = 18+25+170=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #1219AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1219AA is #EDE655. Grayscale: #262626. Windows color (decimal): -15590998 or 11147538. OLE color: 11147538.

HSL color Cylindrical-coordinate representation of color #1219AA: hue angle of 237.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1219AA is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1825170-
CMYK0.890.8500.33
HSL237.24º80.85%36.86%-
HSV(B)237.24º89.41%66.67%-
XYZ7.853.7338.34-
YUV39.44201.68112.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 170 (66.80% from 255) = 79.81%
R=8.45%
G=11.74%
B=79.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18251700.890.8500.33237.2480.8536.86
Hex1219AA5955021ed5125
Octal223125213112504135512145
Binary100101100110101010101100110101010100001111011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1219AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1219AA; }

 p { color: rgb(18,25,170); }

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

<style>
 a { background-color: #1219AA; }

 a { background-color: rgb(18,25,170); }

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

<style>
 span { border-color: #1219AA; }

 span { border-color: rgb(18,25,170); }

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