#132895

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

Shades of Egyptian Blue #132895

Tints of Egyptian Blue #132895

Color information

#132895 (or 0x132895) is unknown color: approx Egyptian Blue. HEX triplet: 13, 28 and 95. RGB value is (19,40,149). Sum of RGB (Red+Green+Blue) = 19+40+149=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #132895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132895 is #ECD76A. Grayscale: #2D2D2D. Windows color (decimal): -15521643 or 9775123. OLE color: 9775123.

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

Color convert

RGB1940149-
CMYK0.870.7300.42
HSL230.31º77.38%32.94%-
HSV(B)230.31º87.25%58.43%-
XYZ6.453.8328.83-
YUV46.15186.04108.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 149 (58.59% from 255) = 71.63%
R=9.13%
G=19.23%
B=71.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19401490.870.7300.42230.3177.3832.94
Hex132895574902Ae64d21
Octal235022512711105234611541
Binary1001110100010010101101011110010010101010111001101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132895; }

 p { color: rgb(19,40,149); }

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

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

 a { background-color: rgb(19,40,149); }

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

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

 span { border-color: rgb(19,40,149); }

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