#19469E

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

Shades of Egyptian Blue #19469E

Tints of Egyptian Blue #19469E

Color information

#19469E (or 0x19469E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 46 and 9E. RGB value is (25,70,158). Sum of RGB (Red+Green+Blue) = 25+70+158=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #19469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19469E is #E6B961. Grayscale: #424242. Windows color (decimal): -15120738 or 10372633. OLE color: 10372633.

HSL color Cylindrical-coordinate representation of color #19469E: hue angle of 219.7º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19469E is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2570158-
CMYK0.840.5600.38
HSL219.7º72.68%35.88%-
HSV(B)219.7º84.18%61.96%-
XYZ8.767.0633.25-
YUV66.58179.5998.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=9.88%
G=27.67%
B=62.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25701580.840.5600.38219.772.6835.88
Hex19469E5438026dc4924
Octal311062361247004633411144
Binary1100110001101001111010101001110000100110110111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19469E; }

 p { color: rgb(25,70,158); }

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

<style>
 a { background-color: #19469E; }

 a { background-color: rgb(25,70,158); }

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

<style>
 span { border-color: #19469E; }

 span { border-color: rgb(25,70,158); }

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