#19429D

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

Shades of Egyptian Blue #19429D

Tints of Egyptian Blue #19429D

Color information

#19429D (or 0x19429D) is unknown color: approx Egyptian Blue. HEX triplet: 19, 42 and 9D. RGB value is (25,66,157). Sum of RGB (Red+Green+Blue) = 25+66+157=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #19429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19429D is #E6BD62. Grayscale: #3F3F3F. Windows color (decimal): -15121763 or 10306073. OLE color: 10306073.

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

Color convert

RGB2566157-
CMYK0.840.5800.38
HSL221.36º72.53%35.69%-
HSV(B)221.36º84.08%61.57%-
XYZ8.436.5432.72-
YUV64.11180.42100.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=10.08%
G=26.61%
B=63.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25661570.840.5800.38221.3672.5335.69
Hex19429D543A026dd4924
Octal311022351247204633511144
Binary1100110000101001110110101001110100100110110111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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