#193492

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

Shades of Egyptian Blue #193492

Tints of Egyptian Blue #193492

Color information

#193492 (or 0x193492) is unknown color: approx Egyptian Blue. HEX triplet: 19, 34 and 92. RGB value is (25,52,146). Sum of RGB (Red+Green+Blue) = 25+52+146=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #193492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193492 is #E6CB6D. Grayscale: #363636. Windows color (decimal): -15125358 or 9581593. OLE color: 9581593.

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

Color convert

RGB2552146-
CMYK0.830.6400.43
HSL226.61º70.76%33.53%-
HSV(B)226.61º82.88%57.25%-
XYZ6.824.7427.75-
YUV54.64179.55106.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=11.21%
G=23.32%
B=65.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25521460.830.6400.43226.6170.7633.53
Hex193492534002Be34722
Octal316422212310005334310742
Binary1100111010010010010101001110000000101011111000111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193492; }

 p { color: rgb(25,52,146); }

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

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

 a { background-color: rgb(25,52,146); }

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

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

 span { border-color: rgb(25,52,146); }

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