#106495

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

Shades of Endeavour #106495

Tints of Endeavour #106495

Color information

#106495 (or 0x106495) is unknown color: approx Endeavour. HEX triplet: 10, 64 and 95. RGB value is (16,100,149). Sum of RGB (Red+Green+Blue) = 16+100+149=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #106495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106495 is #EF9B6A. Grayscale: #505050. Windows color (decimal): -15702891 or 9790480. OLE color: 9790480.

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

Color convert

RGB16100149-
CMYK0.890.3300.42
HSL202.11º80.61%32.35%-
HSV(B)202.11º89.26%58.43%-
XYZ10.211.3930.1-
YUV80.47166.6782.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.04%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=6.04%
G=37.74%
B=56.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161001490.890.3300.42202.1180.6132.35
Hex106495592102Aca5120
Octal201442251314105231212140
Binary1000011001001001010110110011000010101010110010101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106495; }

 p { color: rgb(16,100,149); }

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

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

 a { background-color: rgb(16,100,149); }

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

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

 span { border-color: rgb(16,100,149); }

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