#1242AA

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

Shades of Egyptian Blue #1242AA

Tints of Egyptian Blue #1242AA

Color information

#1242AA (or 0x1242AA) is unknown color: approx Egyptian Blue. HEX triplet: 12, 42 and AA. RGB value is (18,66,170). Sum of RGB (Red+Green+Blue) = 18+66+170=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #1242AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1242AA is #EDBD55. Grayscale: #3F3F3F. Windows color (decimal): -15580502 or 11158034. OLE color: 11158034.

HSL color Cylindrical-coordinate representation of color #1242AA: hue angle of 221.05º 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 #1242AA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1866170-
CMYK0.890.6100.33
HSL221.05º80.85%36.86%-
HSV(B)221.05º89.41%66.67%-
XYZ9.456.9338.87-
YUV63.5188.195.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 170 (66.80% from 255) = 66.93%
R=7.09%
G=25.98%
B=66.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18661700.890.6100.33221.0580.8536.86
Hex1242AA593D021dd5125
Octal221022521317504133512145
Binary1001010000101010101010110011111010100001110111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1242AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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