#1240B2

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

Shades of Egyptian Blue #1240B2

Tints of Egyptian Blue #1240B2

Color information

#1240B2 (or 0x1240B2) is unknown color: approx Egyptian Blue. HEX triplet: 12, 40 and B2. RGB value is (18,64,178). Sum of RGB (Red+Green+Blue) = 18+64+178=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #1240B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240B2 is #EDBF4D. Grayscale: #3E3E3E. Windows color (decimal): -15581006 or 11681810. OLE color: 11681810.

HSL color Cylindrical-coordinate representation of color #1240B2: hue angle of 222.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1240B2 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1864178-
CMYK0.900.6400.30
HSL222.75º81.63%38.43%-
HSV(B)222.75º89.89%69.8%-
XYZ10.127.0142.94-
YUV63.24192.7695.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 178 (69.92% from 255) = 68.46%
R=6.92%
G=24.62%
B=68.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18641780.900.6400.30222.7581.6338.43
Hex1240B25A4001Edf5226
Octal2210026213210003633712246
Binary1001010000001011001010110101000000011110110111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1240B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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