#1240B1

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

Shades of Egyptian Blue #1240B1

Tints of Egyptian Blue #1240B1

Color information

#1240B1 (or 0x1240B1) is unknown color: approx Egyptian Blue. HEX triplet: 12, 40 and B1. RGB value is (18,64,177). Sum of RGB (Red+Green+Blue) = 18+64+177=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #1240B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240B1 is #EDBF4E. Grayscale: #3E3E3E. Windows color (decimal): -15581007 or 11616274. OLE color: 11616274.

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

Color convert

RGB1864177-
CMYK0.900.6400.31
HSL222.64º81.54%38.24%-
HSV(B)222.64º89.83%69.41%-
XYZ10.026.9742.41-
YUV63.13192.2695.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 177 (69.53% from 255) = 68.34%
R=6.95%
G=24.71%
B=68.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18641770.900.6400.31222.6481.5438.24
Hex1240B15A4001Fdf5226
Octal2210026113210003733712246
Binary1001010000001011000110110101000000011111110111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1240B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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