#13289E

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

Shades of Egyptian Blue #13289E

Tints of Egyptian Blue #13289E

Color information

#13289E (or 0x13289E) is unknown color: approx Egyptian Blue. HEX triplet: 13, 28 and 9E. RGB value is (19,40,158). Sum of RGB (Red+Green+Blue) = 19+40+158=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #13289E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13289E is #ECD761. Grayscale: #2E2E2E. Windows color (decimal): -15521634 or 10364947. OLE color: 10364947.

HSL color Cylindrical-coordinate representation of color #13289E: hue angle of 230.94º 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 #13289E is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1940158-
CMYK0.880.7500.38
HSL230.94º78.53%34.71%-
HSV(B)230.94º87.97%61.96%-
XYZ7.24.1232.76-
YUV47.17190.54107.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 158 (62.11% from 255) = 72.81%
R=8.76%
G=18.43%
B=72.81%

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
Decimal19401580.880.7500.38230.9478.5334.71
Hex13289E584B026e74f23
Octal235023613011304634711743
Binary1001110100010011110101100010010110100110111001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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