#192996

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

Shades of Egyptian Blue #192996

Tints of Egyptian Blue #192996

Color information

#192996 (or 0x192996) is unknown color: approx Egyptian Blue. HEX triplet: 19, 29 and 96. RGB value is (25,41,150). Sum of RGB (Red+Green+Blue) = 25+41+150=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #192996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192996 is #E6D669. Grayscale: #303030. Windows color (decimal): -15128170 or 9840921. OLE color: 9840921.

HSL color Cylindrical-coordinate representation of color #192996: hue angle of 232.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192996 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2541150-
CMYK0.830.7300.41
HSL232.32º71.43%34.31%-
HSV(B)232.32º83.33%58.82%-
XYZ6.73.9929.27-
YUV48.64185.2111.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 150 (58.98% from 255) = 69.44%
R=11.57%
G=18.98%
B=69.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25411500.830.7300.41232.3271.4334.31
Hex1929965349029e84722
Octal315122612311105135010742
Binary1100110100110010110101001110010010101001111010001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192996; }

 p { color: rgb(25,41,150); }

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

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

 a { background-color: rgb(25,41,150); }

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

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

 span { border-color: rgb(25,41,150); }

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