#19289F

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

Shades of Egyptian Blue #19289F

Tints of Egyptian Blue #19289F

Color information

#19289F (or 0x19289F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 28 and 9F. RGB value is (25,40,159). Sum of RGB (Red+Green+Blue) = 25+40+159=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #19289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19289F is #E6D760. Grayscale: #303030. Windows color (decimal): -15128417 or 10430489. OLE color: 10430489.

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

Color convert

RGB2540159-
CMYK0.840.7500.38
HSL233.28º72.83%36.08%-
HSV(B)233.28º84.28%62.35%-
XYZ7.424.2333.23-
YUV49.08190.03110.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 159 (62.5% from 255) = 70.98%
R=11.16%
G=17.86%
B=70.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25401590.840.7500.38233.2872.8336.08
Hex19289F544B026e94924
Octal315023712411304635111144
Binary1100110100010011111101010010010110100110111010011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,40,159); }

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

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

 a { background-color: rgb(25,40,159); }

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

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

 span { border-color: rgb(25,40,159); }

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