#1419AD

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

Shades of Egyptian Blue #1419AD

Tints of Egyptian Blue #1419AD

Color information

#1419AD (or 0x1419AD) is unknown color: approx Egyptian Blue. HEX triplet: 14, 19 and AD. RGB value is (20,25,173). Sum of RGB (Red+Green+Blue) = 20+25+173=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #1419AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1419AD is #EBE652. Grayscale: #272727. Windows color (decimal): -15459923 or 11344148. OLE color: 11344148.

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

Color convert

RGB2025173-
CMYK0.880.8600.32
HSL238.04º79.27%37.84%-
HSV(B)238.04º88.44%67.84%-
XYZ8.183.8639.85-
YUV40.38202.84113.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 173 (67.97% from 255) = 79.36%
R=9.17%
G=11.47%
B=79.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20251730.880.8600.32238.0479.2737.84
Hex1419AD5856020ee4f26
Octal243125513012604035611746
Binary101001100110101101101100010101100100000111011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1419AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1419AD; }

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

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

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

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

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

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

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

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