#19389E

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

Shades of Egyptian Blue #19389E

Tints of Egyptian Blue #19389E

Color information

#19389E (or 0x19389E) is unknown color: approx Egyptian Blue. HEX triplet: 19, 38 and 9E. RGB value is (25,56,158). Sum of RGB (Red+Green+Blue) = 25+56+158=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #19389E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389E is #E6C761. Grayscale: #393939. Windows color (decimal): -15124322 or 10369049. OLE color: 10369049.

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

Color convert

RGB2556158-
CMYK0.840.6500.38
HSL226.02º72.68%35.88%-
HSV(B)226.02º84.18%61.96%-
XYZ7.995.532.99-
YUV58.36184.23104.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=10.46%
G=23.43%
B=66.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25561580.840.6500.38226.0272.6835.88
Hex19389E5441026e24924
Octal317023612410104634211144
Binary1100111100010011110101010010000010100110111000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,56,158); }

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

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

 a { background-color: rgb(25,56,158); }

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

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

 span { border-color: rgb(25,56,158); }

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