#19389A

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

Shades of Egyptian Blue #19389A

Tints of Egyptian Blue #19389A

Color information

#19389A (or 0x19389A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 38 and 9A. RGB value is (25,56,154). Sum of RGB (Red+Green+Blue) = 25+56+154=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #19389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389A is #E6C765. Grayscale: #393939. Windows color (decimal): -15124326 or 10106905. OLE color: 10106905.

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

Color convert

RGB2556154-
CMYK0.840.6400.40
HSL225.58º72.07%35.1%-
HSV(B)225.58º83.77%60.39%-
XYZ7.655.3731.2-
YUV57.9182.23104.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 154 (60.55% from 255) = 65.53%
R=10.64%
G=23.83%
B=65.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25561540.840.6400.40225.5872.0735.1
Hex19389A5440028e24823
Octal317023212410005034211043
Binary1100111100010011010101010010000000101000111000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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