#19439D

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

Shades of Egyptian Blue #19439D

Tints of Egyptian Blue #19439D

Color information

#19439D (or 0x19439D) is unknown color: approx Egyptian Blue. HEX triplet: 19, 43 and 9D. RGB value is (25,67,157). Sum of RGB (Red+Green+Blue) = 25+67+157=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #19439D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19439D is #E6BC62. Grayscale: #404040. Windows color (decimal): -15121507 or 10306329. OLE color: 10306329.

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

Color convert

RGB2567157-
CMYK0.840.5700.38
HSL220.91º72.53%35.69%-
HSV(B)220.91º84.08%61.57%-
XYZ8.496.6632.74-
YUV64.7180.0999.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=10.04%
G=26.91%
B=63.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25671570.840.5700.38220.9172.5335.69
Hex19439D5439026dd4924
Octal311032351247104633511144
Binary1100110000111001110110101001110010100110110111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19439D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19439D; }

 p { color: rgb(25,67,157); }

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

<style>
 a { background-color: #19439D; }

 a { background-color: rgb(25,67,157); }

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

<style>
 span { border-color: #19439D; }

 span { border-color: rgb(25,67,157); }

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