#132995

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

Shades of Egyptian Blue #132995

Tints of Egyptian Blue #132995

Color information

#132995 (or 0x132995) is unknown color: approx Egyptian Blue. HEX triplet: 13, 29 and 95. RGB value is (19,41,149). Sum of RGB (Red+Green+Blue) = 19+41+149=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #132995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132995 is #ECD66A. Grayscale: #2E2E2E. Windows color (decimal): -15521387 or 9775379. OLE color: 9775379.

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

Color convert

RGB1941149-
CMYK0.870.7200.42
HSL229.85º77.38%32.94%-
HSV(B)229.85º87.25%58.43%-
XYZ6.493.8928.84-
YUV46.73185.71108.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=9.09%
G=19.62%
B=71.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19411490.870.7200.42229.8577.3832.94
Hex132995574802Ae64d21
Octal235122512711005234611541
Binary1001110100110010101101011110010000101010111001101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132995; }

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

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

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

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

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

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

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

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