#193591

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

Shades of Egyptian Blue #193591

Tints of Egyptian Blue #193591

Color information

#193591 (or 0x193591) is unknown color: approx Egyptian Blue. HEX triplet: 19, 35 and 91. RGB value is (25,53,145). Sum of RGB (Red+Green+Blue) = 25+53+145=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #193591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193591 is #E6CA6E. Grayscale: #363636. Windows color (decimal): -15125103 or 9516313. OLE color: 9516313.

HSL color Cylindrical-coordinate representation of color #193591: hue angle of 226º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193591 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2553145-
CMYK0.830.6300.43
HSL226º70.59%33.33%-
HSV(B)226º82.76%56.86%-
XYZ6.784.827.36-
YUV55.12178.72106.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=11.21%
G=23.77%
B=65.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25531450.830.6300.4322670.5933.33
Hex193591533F02Be24721
Octal31652211237705334210741
Binary110011101011001000110100111111110101011111000101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193591; }

 p { color: rgb(25,53,145); }

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

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

 a { background-color: rgb(25,53,145); }

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

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

 span { border-color: rgb(25,53,145); }

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