#19298F

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

Shades of Egyptian Blue #19298F

Tints of Egyptian Blue #19298F

Color information

#19298F (or 0x19298F) is unknown color: approx Egyptian Blue. HEX triplet: 19, 29 and 8F. RGB value is (25,41,143). Sum of RGB (Red+Green+Blue) = 25+41+143=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #19298F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19298F is #E6D670. Grayscale: #2F2F2F. Windows color (decimal): -15128177 or 9382169. OLE color: 9382169.

HSL color Cylindrical-coordinate representation of color #19298F: hue angle of 231.86º 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 #19298F is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2541143-
CMYK0.830.7100.44
HSL231.86º70.24%32.94%-
HSV(B)231.86º82.52%56.08%-
XYZ6.153.7826.39-
YUV47.84181.7111.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 143 (56.25% from 255) = 68.42%
R=11.96%
G=19.62%
B=68.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25411430.830.7100.44231.8670.2432.94
Hex19298F534702Ce84621
Octal315121712310705435010641
Binary1100110100110001111101001110001110101100111010001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19298F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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