#1243AA

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

Shades of Egyptian Blue #1243AA

Tints of Egyptian Blue #1243AA

Color information

#1243AA (or 0x1243AA) is unknown color: approx Egyptian Blue. HEX triplet: 12, 43 and AA. RGB value is (18,67,170). Sum of RGB (Red+Green+Blue) = 18+67+170=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #1243AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1243AA is #EDBC55. Grayscale: #3F3F3F. Windows color (decimal): -15580246 or 11158290. OLE color: 11158290.

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

Color convert

RGB1867170-
CMYK0.890.6100.33
HSL220.66º80.85%36.86%-
HSV(B)220.66º89.41%66.67%-
XYZ9.517.0538.89-
YUV64.09187.7795.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 170 (66.80% from 255) = 66.67%
R=7.06%
G=26.27%
B=66.67%

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
Decimal18671700.890.6100.33220.6680.8536.86
Hex1243AA593D021dd5125
Octal221032521317504133512145
Binary1001010000111010101010110011111010100001110111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1243AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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