#156699

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

Shades of Endeavour #156699

Tints of Endeavour #156699

Color information

#156699 (or 0x156699) is unknown color: approx Endeavour. HEX triplet: 15, 66 and 99. RGB value is (21,102,153). Sum of RGB (Red+Green+Blue) = 21+102+153=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #156699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156699 is #EA9966. Grayscale: #535353. Windows color (decimal): -15374695 or 10053141. OLE color: 10053141.

HSL color Cylindrical-coordinate representation of color #156699: hue angle of 203.18º 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 #156699 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21102153-
CMYK0.860.3300.4
HSL203.18º75.86%34.12%-
HSV(B)203.18º86.27%60%-
XYZ10.8111.9631.88-
YUV83.6167.1683.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=7.61%
G=36.96%
B=55.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211021530.860.3300.4203.1875.8634.12
Hex1566995621028cb4c22
Octal251462311264105031311442
Binary1010111001101001100110101101000010101000110010111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156699; }

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

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

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

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

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

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

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

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