#156599

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

Shades of Endeavour #156599

Tints of Endeavour #156599

Color information

#156599 (or 0x156599) is unknown color: approx Endeavour. HEX triplet: 15, 65 and 99. RGB value is (21,101,153). Sum of RGB (Red+Green+Blue) = 21+101+153=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #156599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156599 is #EA9A66. Grayscale: #525252. Windows color (decimal): -15374951 or 10052885. OLE color: 10052885.

HSL color Cylindrical-coordinate representation of color #156599: hue angle of 203.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156599 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21101153-
CMYK0.860.3400.4
HSL203.64º75.86%34.12%-
HSV(B)203.64º86.27%60%-
XYZ10.7111.7731.84-
YUV83.01167.583.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.64%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=7.64%
G=36.73%
B=55.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211011530.860.3400.4203.6475.8634.12
Hex1565995622028cc4c22
Octal251452311264205031411442
Binary1010111001011001100110101101000100101000110011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156599; }

 p { color: rgb(21,101,153); }

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

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

 a { background-color: rgb(21,101,153); }

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

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

 span { border-color: rgb(21,101,153); }

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