#19288E

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

Shades of Egyptian Blue #19288E

Tints of Egyptian Blue #19288E

Color information

#19288E (or 0x19288E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 28 and 8E. RGB value is (25,40,142). Sum of RGB (Red+Green+Blue) = 25+40+142=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #19288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19288E is #E6D771. Grayscale: #2E2E2E. Windows color (decimal): -15128434 or 9316377. OLE color: 9316377.

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

Color convert

RGB2540142-
CMYK0.820.7200.44
HSL232.31º70.06%32.75%-
HSV(B)232.31º82.39%55.69%-
XYZ6.043.6825.98-
YUV47.14181.53112.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 142 (55.86% from 255) = 68.60%
R=12.08%
G=19.32%
B=68.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25401420.820.7200.44232.3170.0632.75
Hex19288E524802Ce84621
Octal315021612211005435010641
Binary1100110100010001110101001010010000101100111010001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19288E; }

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

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

<style>
 a { background-color: #19288E; }

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

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

<style>
 span { border-color: #19288E; }

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

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