#1944ad

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

Shades of Egyptian Blue #1944AD

Tints of Egyptian Blue #1944AD

Color information

#1944AD (or 0x1944AD) is unknown color: approx Egyptian Blue. HEX triplet: 19, 44 and AD. RGB value is (25,68,173). Sum of RGB (Red+Green+Blue) = 25+68+173=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #1944AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1944AD is #E6BB52. Grayscale: #424242. Windows color (decimal): -15121235 or 11355161. OLE color: 11355161.

HSL color Cylindrical-coordinate representation of color #1944AD: hue angle of 222.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1944AD is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2568173-
CMYK0.860.6100.32
HSL222.57º74.75%38.82%-
HSV(B)222.57º85.55%67.84%-
XYZ10.017.3640.43-
YUV67.11187.7597.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.40%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 173 (67.97% from 255) = 65.04%
R=9.40%
G=25.56%
B=65.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal25681730.860.6100.32222.5774.7538.82
Hex1944AD563D020df4b27
Octal311042551267504033711347
Binary1100110001001010110110101101111010100000110111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1944ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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