#106596

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

Shades of Endeavour #106596

Tints of Endeavour #106596

Color information

#106596 (or 0x106596) is unknown color: approx Endeavour. HEX triplet: 10, 65 and 96. RGB value is (16,101,150). Sum of RGB (Red+Green+Blue) = 16+101+150=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #106596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106596 is #EF9A69. Grayscale: #505050. Windows color (decimal): -15702634 or 9856272. OLE color: 9856272.

HSL color Cylindrical-coordinate representation of color #106596: hue angle of 201.94º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106596 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB16101150-
CMYK0.890.3300.41
HSL201.94º80.72%32.55%-
HSV(B)201.94º89.33%58.82%-
XYZ10.3711.6230.55-
YUV81.17166.8481.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=5.99%
G=37.83%
B=56.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161011500.890.3300.41201.9480.7232.55
Hex1065965921029ca5121
Octal201452261314105131212141
Binary1000011001011001011010110011000010101001110010101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106596; }

 p { color: rgb(16,101,150); }

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

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

 a { background-color: rgb(16,101,150); }

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

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

 span { border-color: rgb(16,101,150); }

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