#192699

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

Shades of Egyptian Blue #192699

Tints of Egyptian Blue #192699

Color information

#192699 (or 0x192699) is unknown color: approx Egyptian Blue. HEX triplet: 19, 26 and 99. RGB value is (25,38,153). Sum of RGB (Red+Green+Blue) = 25+38+153=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #192699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192699 is #E6D966. Grayscale: #2E2E2E. Windows color (decimal): -15128935 or 10036761. OLE color: 10036761.

HSL color Cylindrical-coordinate representation of color #192699: hue angle of 233.91º 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 #192699 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2538153-
CMYK0.840.7500.4
HSL233.91º71.91%34.9%-
HSV(B)233.91º83.66%60%-
XYZ6.843.8930.53-
YUV47.22187.69112.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 153 (60.16% from 255) = 70.83%
R=11.57%
G=17.59%
B=70.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25381530.840.7500.4233.9171.9134.9
Hex192699544B028ea4823
Octal314623112411305035211043
Binary1100110011010011001101010010010110101000111010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192699; }

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

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

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

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

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

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

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

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