#132295

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

Shades of Egyptian Blue #132295

Tints of Egyptian Blue #132295

Color information

#132295 (or 0x132295) is unknown color: approx Egyptian Blue. HEX triplet: 13, 22 and 95. RGB value is (19,34,149). Sum of RGB (Red+Green+Blue) = 19+34+149=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #132295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132295 is #ECDD6A. Grayscale: #2A2A2A. Windows color (decimal): -15523179 or 9773587. OLE color: 9773587.

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

Color convert

RGB1934149-
CMYK0.870.7700.42
HSL233.08º77.38%32.94%-
HSV(B)233.08º87.25%58.43%-
XYZ6.273.4528.77-
YUV42.62188.03111.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 149 (58.59% from 255) = 73.76%
R=9.41%
G=16.83%
B=73.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19341490.870.7700.42233.0877.3832.94
Hex132295574D02Ae94d21
Octal234222512711505235111541
Binary1001110001010010101101011110011010101010111010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132295; }

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

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

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

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

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

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

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

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