#19368A

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

Shades of Egyptian Blue #19368A

Tints of Egyptian Blue #19368A

Color information

#19368A (or 0x19368A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 36 and 8A. RGB value is (25,54,138). Sum of RGB (Red+Green+Blue) = 25+54+138=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #19368A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19368A is #E6C975. Grayscale: #363636. Windows color (decimal): -15124854 or 9057817. OLE color: 9057817.

HSL color Cylindrical-coordinate representation of color #19368A: hue angle of 224.6º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19368A is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2554138-
CMYK0.820.6100.46
HSL224.6º69.33%31.96%-
HSV(B)224.6º81.88%54.12%-
XYZ6.314.6824.62-
YUV54.9174.89106.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 138 (54.30% from 255) = 63.59%
R=11.52%
G=24.88%
B=63.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25541380.820.6100.46224.669.3331.96
Hex19368A523D02Ee14520
Octal31662121227505634110540
Binary110011101101000101010100101111010101110111000011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,54,138); }

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

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

 a { background-color: rgb(25,54,138); }

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

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

 span { border-color: rgb(25,54,138); }

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