#1329B3

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

Shades of Egyptian Blue #1329B3

Tints of Egyptian Blue #1329B3

Color information

#1329B3 (or 0x1329B3) is unknown color: approx Egyptian Blue. HEX triplet: 13, 29 and B3. RGB value is (19,41,179). Sum of RGB (Red+Green+Blue) = 19+41+179=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #1329B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329B3 is #ECD64C. Grayscale: #313131. Windows color (decimal): -15521357 or 11741459. OLE color: 11741459.

HSL color Cylindrical-coordinate representation of color #1329B3: hue angle of 231.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1329B3 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1941179-
CMYK0.890.7700.30
HSL231.75º80.81%38.82%-
HSV(B)231.75º89.39%70.2%-
XYZ9.24.9843.12-
YUV50.15200.71105.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 179 (70.31% from 255) = 74.90%
R=7.95%
G=17.15%
B=74.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19411790.890.7700.30231.7580.8138.82
Hex1329B3594D01Ee85127
Octal235126313111503635012147
Binary100111010011011001110110011001101011110111010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1329B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1329B3; }

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

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

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

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

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

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

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

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