#193089

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

Shades of Egyptian Blue #193089

Tints of Egyptian Blue #193089

Color information

#193089 (or 0x193089) is unknown color: approx Egyptian Blue. HEX triplet: 19, 30 and 89. RGB value is (25,48,137). Sum of RGB (Red+Green+Blue) = 25+48+137=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #193089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193089 is #E6CF76. Grayscale: #323232. Windows color (decimal): -15126391 or 8990745. OLE color: 8990745.

HSL color Cylindrical-coordinate representation of color #193089: hue angle of 227.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193089 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2548137-
CMYK0.820.6500.46
HSL227.68º69.14%31.76%-
HSV(B)227.68º81.75%53.73%-
XYZ5.974.1324.15-
YUV51.27176.38109.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 137 (53.91% from 255) = 65.24%
R=11.90%
G=22.86%
B=65.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25481370.820.6500.46227.6869.1431.76
Hex193089524102Ee44520
Octal316021112210105634410540
Binary1100111000010001001101001010000010101110111001001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193089; }

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

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

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

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

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

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

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

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