#13609E

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

Shades of Endeavour #13609E

Tints of Endeavour #13609E

Color information

#13609E (or 0x13609E) is unknown color: approx Endeavour. HEX triplet: 13, 60 and 9E. RGB value is (19,96,158). Sum of RGB (Red+Green+Blue) = 19+96+158=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #13609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13609E is #EC9F61. Grayscale: #4F4F4F. Windows color (decimal): -15507298 or 10379283. OLE color: 10379283.

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

Color convert

RGB1996158-
CMYK0.880.3900.38
HSL206.76º78.53%34.71%-
HSV(B)206.76º87.97%61.96%-
XYZ10.6210.9733.91-
YUV80.04171.9984.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=6.96%
G=35.16%
B=57.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19961580.880.3900.38206.7678.5334.71
Hex13609E5827026cf4f23
Octal231402361304704631711743
Binary1001111000001001111010110001001110100110110011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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