#19259F

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

Shades of Egyptian Blue #19259F

Tints of Egyptian Blue #19259F

Color information

#19259F (or 0x19259F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 25 and 9F. RGB value is (25,37,159). Sum of RGB (Red+Green+Blue) = 25+37+159=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #19259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19259F is #E6DA60. Grayscale: #2E2E2E. Windows color (decimal): -15129185 or 10429721. OLE color: 10429721.

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

Color convert

RGB2537159-
CMYK0.840.7700.38
HSL234.63º72.83%36.08%-
HSV(B)234.63º84.28%62.35%-
XYZ7.324.0333.19-
YUV47.32191.02112.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 159 (62.5% from 255) = 71.95%
R=11.31%
G=16.74%
B=71.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25371590.840.7700.38234.6372.8336.08
Hex19259F544D026eb4924
Octal314523712411504635311144
Binary1100110010110011111101010010011010100110111010111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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