#19318F

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

Shades of Egyptian Blue #19318F

Tints of Egyptian Blue #19318F

Color information

#19318F (or 0x19318F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 31 and 8F. RGB value is (25,49,143). Sum of RGB (Red+Green+Blue) = 25+49+143=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #19318F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19318F is #E6CE70. Grayscale: #343434. Windows color (decimal): -15126129 or 9384217. OLE color: 9384217.

HSL color Cylindrical-coordinate representation of color #19318F: hue angle of 227.8º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19318F is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2549143-
CMYK0.830.6600.44
HSL227.8º70.24%32.94%-
HSV(B)227.8º82.52%56.08%-
XYZ6.464.3926.49-
YUV52.54179.05108.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 143 (56.25% from 255) = 65.90%
R=11.52%
G=22.58%
B=65.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25491430.830.6600.44227.870.2432.94
Hex19318F534202Ce44621
Octal316121712310205434410641
Binary1100111000110001111101001110000100101100111001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19318F; }

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

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

<style>
 a { background-color: #19318F; }

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

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

<style>
 span { border-color: #19318F; }

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

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