#19399E

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

Shades of Egyptian Blue #19399E

Tints of Egyptian Blue #19399E

Color information

#19399E (or 0x19399E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 39 and 9E. RGB value is (25,57,158). Sum of RGB (Red+Green+Blue) = 25+57+158=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #19399E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19399E is #E6C661. Grayscale: #3A3A3A. Windows color (decimal): -15124066 or 10369305. OLE color: 10369305.

HSL color Cylindrical-coordinate representation of color #19399E: hue angle of 225.56º 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 #19399E is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2557158-
CMYK0.840.6400.38
HSL225.56º72.68%35.88%-
HSV(B)225.56º84.18%61.96%-
XYZ8.045.633.01-
YUV58.95183.9103.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 158 (62.11% from 255) = 65.83%
R=10.42%
G=23.75%
B=65.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25571580.840.6400.38225.5672.6835.88
Hex19399E5440026e24924
Octal317123612410004634211144
Binary1100111100110011110101010010000000100110111000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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