#105799

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

Shades of Endeavour #105799

Tints of Endeavour #105799

Color information

#105799 (or 0x105799) is unknown color: approx Endeavour. HEX triplet: 10, 57 and 99. RGB value is (16,87,153). Sum of RGB (Red+Green+Blue) = 16+87+153=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #105799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105799 is #EFA866. Grayscale: #484848. Windows color (decimal): -15706215 or 10049296. OLE color: 10049296.

HSL color Cylindrical-coordinate representation of color #105799: hue angle of 208.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105799 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1687153-
CMYK0.900.4300.4
HSL208.91º81.07%33.14%-
HSV(B)208.91º89.54%60%-
XYZ9.379.2331.42-
YUV73.29172.9887.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=6.25%
G=33.98%
B=59.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16871530.900.4300.4208.9181.0733.14
Hex1057995A2B028d15121
Octal201272311325305032112141
Binary1000010101111001100110110101010110101000110100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105799; }

 p { color: rgb(16,87,153); }

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

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

 a { background-color: rgb(16,87,153); }

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

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

 span { border-color: rgb(16,87,153); }

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