#193690

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

Shades of Egyptian Blue #193690

Tints of Egyptian Blue #193690

Color information

#193690 (or 0x193690) is unknown color: approx Egyptian Blue. HEX triplet: 19, 36 and 90. RGB value is (25,54,144). Sum of RGB (Red+Green+Blue) = 25+54+144=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #193690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193690 is #E6C96F. Grayscale: #373737. Windows color (decimal): -15124848 or 9451033. OLE color: 9451033.

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

Color convert

RGB2554144-
CMYK0.830.6300.44
HSL225.38º70.41%33.14%-
HSV(B)225.38º82.64%56.47%-
XYZ6.754.8626.97-
YUV55.59177.89106.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=11.21%
G=24.22%
B=64.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25541440.830.6300.44225.3870.4133.14
Hex193690533F02Ce14621
Octal31662201237705434110641
Binary110011101101001000010100111111110101100111000011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193690; }

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

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

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

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

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

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

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

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