#13359C

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

Shades of Egyptian Blue #13359C

Tints of Egyptian Blue #13359C

Color information

#13359C (or 0x13359C) is unknown color: approx Egyptian Blue. HEX triplet: 13, 35 and 9C. RGB value is (19,53,156). Sum of RGB (Red+Green+Blue) = 19+53+156=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #13359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13359C is #ECCA63. Grayscale: #363636. Windows color (decimal): -15518308 or 10237203. OLE color: 10237203.

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

Color convert

RGB1953156-
CMYK0.880.6600.39
HSL225.11º78.29%34.31%-
HSV(B)225.11º87.82%61.18%-
XYZ7.545.0832.04-
YUV54.58185.24102.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 156 (61.33% from 255) = 68.42%
R=8.33%
G=23.25%
B=68.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19531560.880.6600.39225.1178.2934.31
Hex13359C5842027e14e22
Octal236523413010204734111642
Binary1001111010110011100101100010000100100111111000011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13359C; }

 p { color: rgb(19,53,156); }

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

<style>
 a { background-color: #13359C; }

 a { background-color: rgb(19,53,156); }

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

<style>
 span { border-color: #13359C; }

 span { border-color: rgb(19,53,156); }

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