#192793

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

Shades of Egyptian Blue #192793

Tints of Egyptian Blue #192793

Color information

#192793 (or 0x192793) is unknown color: approx Egyptian Blue. HEX triplet: 19, 27 and 93. RGB value is (25,39,147). Sum of RGB (Red+Green+Blue) = 25+39+147=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #192793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192793 is #E6D86C. Grayscale: #2E2E2E. Windows color (decimal): -15128685 or 9643801. OLE color: 9643801.

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

Color convert

RGB2539147-
CMYK0.830.7300.42
HSL233.11º70.93%33.73%-
HSV(B)233.11º82.99%57.65%-
XYZ6.393.7627.99-
YUV47.13184.36112.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 147 (57.81% from 255) = 69.67%
R=11.85%
G=18.48%
B=69.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25391470.830.7300.42233.1170.9333.73
Hex192793534902Ae94722
Octal314722312311105235110742
Binary1100110011110010011101001110010010101010111010011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192793; }

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

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

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

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

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

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

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

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