#105896

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

Shades of Endeavour #105896

Tints of Endeavour #105896

Color information

#105896 (or 0x105896) is unknown color: approx Endeavour. HEX triplet: 10, 58 and 96. RGB value is (16,88,150). Sum of RGB (Red+Green+Blue) = 16+88+150=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #105896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105896 is #EFA769. Grayscale: #494949. Windows color (decimal): -15705962 or 9852944. OLE color: 9852944.

HSL color Cylindrical-coordinate representation of color #105896: hue angle of 207.76º 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 #105896 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1688150-
CMYK0.890.4100.41
HSL207.76º80.72%32.55%-
HSV(B)207.76º89.33%58.82%-
XYZ9.219.2930.16-
YUV73.54171.1586.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=6.30%
G=34.65%
B=59.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16881500.890.4100.41207.7680.7232.55
Hex1058965929029d05121
Octal201302261315105132012141
Binary1000010110001001011010110011010010101001110100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105896; }

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

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

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

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

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

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

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

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