#142590

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

Shades of Egyptian Blue #142590

Tints of Egyptian Blue #142590

Color information

#142590 (or 0x142590) is unknown color: approx Egyptian Blue. HEX triplet: 14, 25 and 90. RGB value is (20,37,144). Sum of RGB (Red+Green+Blue) = 20+37+144=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #142590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142590 is #EBDA6F. Grayscale: #2B2B2B. Windows color (decimal): -15456880 or 9446676. OLE color: 9446676.

HSL color Cylindrical-coordinate representation of color #142590: hue angle of 231.77º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142590 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2037144-
CMYK0.860.7400.44
HSL231.77º75.61%32.16%-
HSV(B)231.77º86.11%56.47%-
XYZ5.983.4926.74-
YUV44.11184.37110.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 144 (56.64% from 255) = 71.64%
R=9.95%
G=18.41%
B=71.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20371440.860.7400.44231.7775.6132.16
Hex142590564A02Ce84c20
Octal244522012611205435011440
Binary1010010010110010000101011010010100101100111010001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142590; }

 p { color: rgb(20,37,144); }

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

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

 a { background-color: rgb(20,37,144); }

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

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

 span { border-color: rgb(20,37,144); }

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