#192693

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

Shades of Egyptian Blue #192693

Tints of Egyptian Blue #192693

Color information

#192693 (or 0x192693) is unknown color: approx Egyptian Blue. HEX triplet: 19, 26 and 93. RGB value is (25,38,147). Sum of RGB (Red+Green+Blue) = 25+38+147=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #192693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192693 is #E6D96C. Grayscale: #2E2E2E. Windows color (decimal): -15128941 or 9643545. OLE color: 9643545.

HSL color Cylindrical-coordinate representation of color #192693: hue angle of 233.61º 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 #192693 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2538147-
CMYK0.830.7400.42
HSL233.61º70.93%33.73%-
HSV(B)233.61º82.99%57.65%-
XYZ6.363.727.98-
YUV46.54184.69112.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 147 (57.81% from 255) = 70%
R=11.90%
G=18.10%
B=70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25381470.830.7400.42233.6170.9333.73
Hex192693534A02Aea4722
Octal314622312311205235210742
Binary1100110011010010011101001110010100101010111010101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192693; }

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

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

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

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

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

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

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

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