#193090

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

Shades of Egyptian Blue #193090

Tints of Egyptian Blue #193090

Color information

#193090 (or 0x193090) is unknown color: approx Egyptian Blue. HEX triplet: 19, 30 and 90. RGB value is (25,48,144). Sum of RGB (Red+Green+Blue) = 25+48+144=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #193090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193090 is #E6CF6F. Grayscale: #333333. Windows color (decimal): -15126384 or 9449497. OLE color: 9449497.

HSL color Cylindrical-coordinate representation of color #193090: hue angle of 228.4º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193090 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2548144-
CMYK0.830.6700.44
HSL228.4º70.41%33.14%-
HSV(B)228.4º82.64%56.47%-
XYZ6.494.3326.88-
YUV52.07179.88108.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=11.52%
G=22.12%
B=66.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25481440.830.6700.44228.470.4133.14
Hex193090534302Ce44621
Octal316022012310305434410641
Binary1100111000010010000101001110000110101100111001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193090; }

 p { color: rgb(25,48,144); }

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

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

 a { background-color: rgb(25,48,144); }

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

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

 span { border-color: rgb(25,48,144); }

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