#13289F

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

Shades of Egyptian Blue #13289F

Tints of Egyptian Blue #13289F

Color information

#13289F (or 0x13289F) is unknown color: approx Egyptian Blue. HEX triplet: 13, 28 and 9F. RGB value is (19,40,159). Sum of RGB (Red+Green+Blue) = 19+40+159=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #13289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13289F is #ECD760. Grayscale: #2E2E2E. Windows color (decimal): -15521633 or 10430483. OLE color: 10430483.

HSL color Cylindrical-coordinate representation of color #13289F: hue angle of 231º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13289F is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1940159-
CMYK0.880.7500.38
HSL231º78.65%34.9%-
HSV(B)231º88.05%62.35%-
XYZ7.294.1633.22-
YUV47.29191.04107.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=8.72%
G=18.35%
B=72.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19401590.880.7500.3823178.6534.9
Hex13289F584B026e74f23
Octal235023713011304634711743
Binary1001110100010011111101100010010110100110111001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13289F; }

 p { color: rgb(19,40,159); }

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

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

 a { background-color: rgb(19,40,159); }

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

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

 span { border-color: rgb(19,40,159); }

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