#19439B

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

Shades of Egyptian Blue #19439B

Tints of Egyptian Blue #19439B

Color information

#19439B (or 0x19439B) is unknown color: approx Egyptian Blue. HEX triplet: 19, 43 and 9B. RGB value is (25,67,155). Sum of RGB (Red+Green+Blue) = 25+67+155=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #19439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19439B is #E6BC64. Grayscale: #404040. Windows color (decimal): -15121509 or 10175257. OLE color: 10175257.

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

Color convert

RGB2567155-
CMYK0.840.5700.39
HSL220.62º72.22%35.29%-
HSV(B)220.62º83.87%60.78%-
XYZ8.326.5931.84-
YUV64.47179.0999.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=10.12%
G=27.13%
B=62.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25671550.840.5700.39220.6272.2235.29
Hex19439B5439027dd4823
Octal311032331247104733511043
Binary1100110000111001101110101001110010100111110111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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