#1441A0

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

Shades of Egyptian Blue #1441A0

Tints of Egyptian Blue #1441A0

Color information

#1441A0 (or 0x1441A0) is unknown color: approx Egyptian Blue. HEX triplet: 14, 41 and A0. RGB value is (20,65,160). Sum of RGB (Red+Green+Blue) = 20+65+160=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #1441A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441A0 is #EBBE5F. Grayscale: #3D3D3D. Windows color (decimal): -15449696 or 10502420. OLE color: 10502420.

HSL color Cylindrical-coordinate representation of color #1441A0: hue angle of 220.71º 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 #1441A0 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2065160-
CMYK0.880.5900.37
HSL220.71º77.78%35.29%-
HSV(B)220.71º87.5%62.75%-
XYZ8.526.4734.06-
YUV62.38183.0997.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 160 (62.89% from 255) = 65.31%
R=8.16%
G=26.53%
B=65.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20651600.880.5900.37220.7177.7835.29
Hex1441A0583B025dd4e23
Octal241012401307304533511643
Binary1010010000011010000010110001110110100101110111011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1441A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1441A0; }

 p { color: rgb(20,65,160); }

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

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

 a { background-color: rgb(20,65,160); }

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

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

 span { border-color: rgb(20,65,160); }

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