#105997

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

Shades of Endeavour #105997

Tints of Endeavour #105997

Color information

#105997 (or 0x105997) is unknown color: approx Endeavour. HEX triplet: 10, 59 and 97. RGB value is (16,89,151). Sum of RGB (Red+Green+Blue) = 16+89+151=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #105997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105997 is #EFA668. Grayscale: #494949. Windows color (decimal): -15705705 or 9918736. OLE color: 9918736.

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

Color convert

RGB1689151-
CMYK0.890.4100.41
HSL207.56º80.84%32.75%-
HSV(B)207.56º89.4%59.22%-
XYZ9.379.4930.62-
YUV74.24171.3286.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 151 (59.38% from 255) = 58.98%
R=6.25%
G=34.77%
B=58.98%

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
Decimal16891510.890.4100.41207.5680.8432.75
Hex1059975929029d05121
Octal201312271315105132012141
Binary1000010110011001011110110011010010101001110100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105997; }

 p { color: rgb(16,89,151); }

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

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

 a { background-color: rgb(16,89,151); }

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

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

 span { border-color: rgb(16,89,151); }

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