#13359F

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

Shades of Egyptian Blue #13359F

Tints of Egyptian Blue #13359F

Color information

#13359F (or 0x13359F) is unknown color: approx Egyptian Blue. HEX triplet: 13, 35 and 9F. RGB value is (19,53,159). Sum of RGB (Red+Green+Blue) = 19+53+159=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #13359F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13359F is #ECCA60. Grayscale: #363636. Windows color (decimal): -15518305 or 10433811. OLE color: 10433811.

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

Color convert

RGB1953159-
CMYK0.880.6700.38
HSL225.43º78.65%34.9%-
HSV(B)225.43º88.05%62.35%-
XYZ7.85.1933.39-
YUV54.92186.74102.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 159 (62.5% from 255) = 68.83%
R=8.23%
G=22.94%
B=68.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19531590.880.6700.38225.4378.6534.9
Hex13359F5843026e14f23
Octal236523713010304634111743
Binary1001111010110011111101100010000110100110111000011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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