#141EA1

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

Shades of Egyptian Blue #141EA1

Tints of Egyptian Blue #141EA1

Color information

#141EA1 (or 0x141EA1) is unknown color: approx Egyptian Blue. HEX triplet: 14, 1E and A1. RGB value is (20,30,161). Sum of RGB (Red+Green+Blue) = 20+30+161=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #141EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141EA1 is #EBE15E. Grayscale: #292929. Windows color (decimal): -15458655 or 10558996. OLE color: 10558996.

HSL color Cylindrical-coordinate representation of color #141EA1: hue angle of 235.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141EA1 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2030161-
CMYK0.880.8100.37
HSL235.74º77.9%35.49%-
HSV(B)235.74º87.58%63.14%-
XYZ7.193.6534.04-
YUV41.94195.19112.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 161 (63.28% from 255) = 76.30%
R=9.48%
G=14.22%
B=76.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20301610.880.8100.37235.7477.935.49
Hex141EA15851025ec4e23
Octal243624113012104535411643
Binary101001111010100001101100010100010100101111011001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141EA1; }

 p { color: rgb(20,30,161); }

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

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

 a { background-color: rgb(20,30,161); }

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

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

 span { border-color: rgb(20,30,161); }

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