#13579C

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

Shades of Endeavour #13579C

Tints of Endeavour #13579C

Color information

#13579C (or 0x13579C) is unknown color: approx Endeavour. HEX triplet: 13, 57 and 9C. RGB value is (19,87,156). Sum of RGB (Red+Green+Blue) = 19+87+156=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #13579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13579C is #ECA863. Grayscale: #4A4A4A. Windows color (decimal): -15509604 or 10245907. OLE color: 10245907.

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

Color convert

RGB1987156-
CMYK0.880.4400.39
HSL210.22º78.29%34.31%-
HSV(B)210.22º87.82%61.18%-
XYZ9.689.3632.75-
YUV74.53173.9788.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=7.25%
G=33.21%
B=59.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19871560.880.4400.39210.2278.2934.31
Hex13579C582C027d24e22
Octal231272341305404732211642
Binary1001110101111001110010110001011000100111110100101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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