#19319D

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

Shades of Egyptian Blue #19319D

Tints of Egyptian Blue #19319D

Color information

#19319D (or 0x19319D) is unknown color: approx Egyptian Blue. HEX triplet: 19, 31 and 9D. RGB value is (25,49,157). Sum of RGB (Red+Green+Blue) = 25+49+157=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #19319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19319D is #E6CE62. Grayscale: #353535. Windows color (decimal): -15126115 or 10301721. OLE color: 10301721.

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

Color convert

RGB2549157-
CMYK0.840.6900.38
HSL229.09º72.53%35.69%-
HSV(B)229.09º84.08%61.57%-
XYZ7.594.8432.43-
YUV54.14186.05107.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 157 (61.72% from 255) = 67.97%
R=10.82%
G=21.21%
B=67.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25491570.840.6900.38229.0972.5335.69
Hex19319D5445026e54924
Octal316123512410504634511144
Binary1100111000110011101101010010001010100110111001011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19319D; }

 p { color: rgb(25,49,157); }

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

<style>
 a { background-color: #19319D; }

 a { background-color: rgb(25,49,157); }

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

<style>
 span { border-color: #19319D; }

 span { border-color: rgb(25,49,157); }

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