#19389B

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

Shades of Egyptian Blue #19389B

Tints of Egyptian Blue #19389B

Color information

#19389B (or 0x19389B) is unknown color: approx Egyptian Blue. HEX triplet: 19, 38 and 9B. RGB value is (25,56,155). Sum of RGB (Red+Green+Blue) = 25+56+155=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #19389B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389B is #E6C764. Grayscale: #393939. Windows color (decimal): -15124325 or 10172441. OLE color: 10172441.

HSL color Cylindrical-coordinate representation of color #19389B: hue angle of 225.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19389B is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2556155-
CMYK0.840.6400.39
HSL225.69º72.22%35.29%-
HSV(B)225.69º83.87%60.78%-
XYZ7.735.431.65-
YUV58.02182.73104.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=10.59%
G=23.73%
B=65.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25561550.840.6400.39225.6972.2235.29
Hex19389B5440027e24823
Octal317023312410004734211043
Binary1100111100010011011101010010000000100111111000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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