#13409B

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

Shades of Egyptian Blue #13409B

Tints of Egyptian Blue #13409B

Color information

#13409B (or 0x13409B) is unknown color: approx Egyptian Blue. HEX triplet: 13, 40 and 9B. RGB value is (19,64,155). Sum of RGB (Red+Green+Blue) = 19+64+155=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #13409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13409B is #ECBF64. Grayscale: #3C3C3C. Windows color (decimal): -15515493 or 10174483. OLE color: 10174483.

HSL color Cylindrical-coordinate representation of color #13409B: hue angle of 220.15º 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 #13409B is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1964155-
CMYK0.880.5900.39
HSL220.15º78.16%34.12%-
HSV(B)220.15º87.74%60.78%-
XYZ8.026.1731.78-
YUV60.92181.0998.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=7.98%
G=26.89%
B=65.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19641550.880.5900.39220.1578.1634.12
Hex13409B583B027dc4e22
Octal231002331307304733411642
Binary1001110000001001101110110001110110100111110111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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