#193692

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

Shades of Egyptian Blue #193692

Tints of Egyptian Blue #193692

Color information

#193692 (or 0x193692) is unknown color: approx Egyptian Blue. HEX triplet: 19, 36 and 92. RGB value is (25,54,146). Sum of RGB (Red+Green+Blue) = 25+54+146=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #193692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193692 is #E6C96D. Grayscale: #373737. Windows color (decimal): -15124846 or 9582105. OLE color: 9582105.

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

Color convert

RGB2554146-
CMYK0.830.6300.43
HSL225.62º70.76%33.53%-
HSV(B)225.62º82.88%57.25%-
XYZ6.914.9227.78-
YUV55.82178.89106.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=11.11%
G=24%
B=64.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25541460.830.6300.43225.6270.7633.53
Hex193692533F02Be24722
Octal31662221237705334210742
Binary110011101101001001010100111111110101011111000101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193692; }

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

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

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

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

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

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

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

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