#19429A

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

Shades of Egyptian Blue #19429A

Tints of Egyptian Blue #19429A

Color information

#19429A (or 0x19429A) is unknown color: approx Egyptian Blue. HEX triplet: 19, 42 and 9A. RGB value is (25,66,154). Sum of RGB (Red+Green+Blue) = 25+66+154=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #19429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19429A is #E6BD65. Grayscale: #3F3F3F. Windows color (decimal): -15121766 or 10109465. OLE color: 10109465.

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

Color convert

RGB2566154-
CMYK0.840.5700.40
HSL220.93º72.07%35.1%-
HSV(B)220.93º83.77%60.39%-
XYZ8.186.4431.38-
YUV63.77178.92100.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.20%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 154 (60.55% from 255) = 62.86%
R=10.20%
G=26.94%
B=62.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25661540.840.5700.40220.9372.0735.1
Hex19429A5439028dd4823
Octal311022321247105033511043
Binary1100110000101001101010101001110010101000110111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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