#1944A0

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

Shades of Egyptian Blue #1944A0

Tints of Egyptian Blue #1944A0

Color information

#1944A0 (or 0x1944A0) is unknown color: approx Egyptian Blue. HEX triplet: 19, 44 and A0. RGB value is (25,68,160). Sum of RGB (Red+Green+Blue) = 25+68+160=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #1944A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1944A0 is #E6BB5F. Grayscale: #414141. Windows color (decimal): -15121248 or 10503193. OLE color: 10503193.

HSL color Cylindrical-coordinate representation of color #1944A0: hue angle of 220.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1944A0 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2568160-
CMYK0.840.5700.37
HSL220.89º72.97%36.27%-
HSV(B)220.89º84.38%62.75%-
XYZ8.816.8834.12-
YUV65.63181.2599.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 160 (62.89% from 255) = 63.24%
R=9.88%
G=26.88%
B=63.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25681600.840.5700.37220.8972.9736.27
Hex1944A05439025dd4924
Octal311042401247104533511144
Binary1100110001001010000010101001110010100101110111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1944A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,68,160); }

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

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

 a { background-color: rgb(25,68,160); }

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

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

 span { border-color: rgb(25,68,160); }

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