#132ead

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

Shades of Egyptian Blue #132EAD

Tints of Egyptian Blue #132EAD

Color information

#132EAD (or 0x132EAD) is unknown color: approx Egyptian Blue. HEX triplet: 13, 2E and AD. RGB value is (19,46,173). Sum of RGB (Red+Green+Blue) = 19+46+173=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #132EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132EAD is #ECD152. Grayscale: #333333. Windows color (decimal): -15520083 or 11349523. OLE color: 11349523.

HSL color Cylindrical-coordinate representation of color #132EAD: hue angle of 229.48º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132EAD is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1946173-
CMYK0.890.7300.32
HSL229.48º80.21%37.65%-
HSV(B)229.48º89.02%67.84%-
XYZ8.795.1140.06-
YUV52.4196.05104.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 173 (67.97% from 255) = 72.69%
R=7.98%
G=19.33%
B=72.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19461730.890.7300.32229.4880.2137.65
Hex132EAD5949020e55026
Octal235625513111104034512046
Binary1001110111010101101101100110010010100000111001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132ead; }

 p { color: rgb(19,46,173); }

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

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

 a { background-color: rgb(19,46,173); }

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

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

 span { border-color: rgb(19,46,173); }

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