#1240A4

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

Shades of Egyptian Blue #1240A4

Tints of Egyptian Blue #1240A4

Color information

#1240A4 (or 0x1240A4) is unknown color: approx Egyptian Blue. HEX triplet: 12, 40 and A4. RGB value is (18,64,164). Sum of RGB (Red+Green+Blue) = 18+64+164=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 164 (64.45% from 255 or 66.67% from 246); Max value from RGB is 164 - color contains mainly: blue. Hex color #1240A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240A4 is #EDBF5B. Grayscale: #3D3D3D. Windows color (decimal): -15581020 or 10764306. OLE color: 10764306.

HSL color Cylindrical-coordinate representation of color #1240A4: hue angle of 221.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1240A4 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1864164-
CMYK0.890.6100.36
HSL221.1º80.22%35.69%-
HSV(B)221.1º89.02%64.31%-
XYZ8.786.4835.91-
YUV61.65185.7696.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 164 (64.45% from 255) = 66.67%
R=7.32%
G=26.02%
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.36
SystemRedGreenBlueCMYKHSL
Decimal18641640.890.6100.36221.180.2235.69
Hex1240A4593D024dd5024
Octal221002441317504433512044
Binary1001010000001010010010110011111010100100110111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1240A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1240A4; }

 p { color: rgb(18,64,164); }

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

<style>
 a { background-color: #1240A4; }

 a { background-color: rgb(18,64,164); }

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

<style>
 span { border-color: #1240A4; }

 span { border-color: rgb(18,64,164); }

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