#132693

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

Shades of Egyptian Blue #132693

Tints of Egyptian Blue #132693

Color information

#132693 (or 0x132693) is unknown color: approx Egyptian Blue. HEX triplet: 13, 26 and 93. RGB value is (19,38,147). Sum of RGB (Red+Green+Blue) = 19+38+147=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #132693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132693 is #ECD96C. Grayscale: #2C2C2C. Windows color (decimal): -15522157 or 9643539. OLE color: 9643539.

HSL color Cylindrical-coordinate representation of color #132693: hue angle of 231.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132693 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1938147-
CMYK0.870.7400.42
HSL231.09º77.11%32.55%-
HSV(B)231.09º87.07%57.65%-
XYZ6.233.6327.98-
YUV44.74185.71109.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 147 (57.81% from 255) = 72.06%
R=9.31%
G=18.63%
B=72.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19381470.870.7400.42231.0977.1132.55
Hex132693574A02Ae74d21
Octal234622312711205234711541
Binary1001110011010010011101011110010100101010111001111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132693; }

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

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

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

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

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

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

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

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