#193299

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

Shades of Egyptian Blue #193299

Tints of Egyptian Blue #193299

Color information

#193299 (or 0x193299) is unknown color: approx Egyptian Blue. HEX triplet: 19, 32 and 99. RGB value is (25,50,153). Sum of RGB (Red+Green+Blue) = 25+50+153=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #193299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193299 is #E6CD66. Grayscale: #353535. Windows color (decimal): -15125863 or 10039833. OLE color: 10039833.

HSL color Cylindrical-coordinate representation of color #193299: hue angle of 228.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193299 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2550153-
CMYK0.840.6700.4
HSL228.28º71.91%34.9%-
HSV(B)228.28º83.66%60%-
XYZ7.294.7930.68-
YUV54.27183.72107.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 153 (60.16% from 255) = 67.11%
R=10.96%
G=21.93%
B=67.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25501530.840.6700.4228.2871.9134.9
Hex1932995443028e44823
Octal316223112410305034411043
Binary1100111001010011001101010010000110101000111001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193299; }

 p { color: rgb(25,50,153); }

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

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

 a { background-color: rgb(25,50,153); }

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

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

 span { border-color: rgb(25,50,153); }

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