#193890

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

Shades of Egyptian Blue #193890

Tints of Egyptian Blue #193890

Color information

#193890 (or 0x193890) is unknown color: approx Egyptian Blue. HEX triplet: 19, 38 and 90. RGB value is (25,56,144). Sum of RGB (Red+Green+Blue) = 25+56+144=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #193890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193890 is #E6C76F. Grayscale: #383838. Windows color (decimal): -15124336 or 9451545. OLE color: 9451545.

HSL color Cylindrical-coordinate representation of color #193890: hue angle of 224.37º 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 #193890 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2556144-
CMYK0.830.6100.44
HSL224.37º70.41%33.14%-
HSV(B)224.37º82.64%56.47%-
XYZ6.855.0527-
YUV56.76177.23105.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 144 (56.64% from 255) = 64%
R=11.11%
G=24.89%
B=64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25561440.830.6100.44224.3770.4133.14
Hex193890533D02Ce04621
Octal31702201237505434010641
Binary110011110001001000010100111111010101100111000001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193890; }

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

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

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

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

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

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

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

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