#13329B

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

Shades of Egyptian Blue #13329B

Tints of Egyptian Blue #13329B

Color information

#13329B (or 0x13329B) is unknown color: approx Egyptian Blue. HEX triplet: 13, 32 and 9B. RGB value is (19,50,155). Sum of RGB (Red+Green+Blue) = 19+50+155=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #13329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13329B is #ECCD64. Grayscale: #343434. Windows color (decimal): -15519077 or 10170899. OLE color: 10170899.

HSL color Cylindrical-coordinate representation of color #13329B: hue angle of 226.32º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13329B is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1950155-
CMYK0.880.6800.39
HSL226.32º78.16%34.12%-
HSV(B)226.32º87.74%60.78%-
XYZ7.334.7931.55-
YUV52.7185.73103.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 155 (60.94% from 255) = 69.20%
R=8.48%
G=22.32%
B=69.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19501550.880.6800.39226.3278.1634.12
Hex13329B5844027e24e22
Octal236223313010404734211642
Binary1001111001010011011101100010001000100111111000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13329B; }

 p { color: rgb(19,50,155); }

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

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

 a { background-color: rgb(19,50,155); }

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

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

 span { border-color: rgb(19,50,155); }

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