#192493

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

Shades of Egyptian Blue #192493

Tints of Egyptian Blue #192493

Color information

#192493 (or 0x192493) is unknown color: approx Egyptian Blue. HEX triplet: 19, 24 and 93. RGB value is (25,36,147). Sum of RGB (Red+Green+Blue) = 25+36+147=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #192493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192493 is #E6DB6C. Grayscale: #2C2C2C. Windows color (decimal): -15129453 or 9643033. OLE color: 9643033.

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

Color convert

RGB2536147-
CMYK0.830.7600.42
HSL234.59º70.93%33.73%-
HSV(B)234.59º82.99%57.65%-
XYZ6.33.5827.96-
YUV45.36185.36113.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 147 (57.81% from 255) = 70.67%
R=12.02%
G=17.31%
B=70.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25361470.830.7600.42234.5970.9333.73
Hex192493534C02Aeb4722
Octal314422312311405235310742
Binary1100110010010010011101001110011000101010111010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192493; }

 p { color: rgb(25,36,147); }

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

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

 a { background-color: rgb(25,36,147); }

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

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

 span { border-color: rgb(25,36,147); }

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