#105897

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

Shades of Endeavour #105897

Tints of Endeavour #105897

Color information

#105897 (or 0x105897) is unknown color: approx Endeavour. HEX triplet: 10, 58 and 97. RGB value is (16,88,151). Sum of RGB (Red+Green+Blue) = 16+88+151=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #105897 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105897 is #EFA768. Grayscale: #494949. Windows color (decimal): -15705961 or 9918480. OLE color: 9918480.

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

Color convert

RGB1688151-
CMYK0.890.4200.41
HSL208º80.84%32.75%-
HSV(B)208º89.4%59.22%-
XYZ9.299.3230.59-
YUV73.65171.6586.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 151 (59.38% from 255) = 59.22%
R=6.27%
G=34.51%
B=59.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16881510.890.4200.4120880.8432.75
Hex105897592A029d05121
Octal201302271315205132012141
Binary1000010110001001011110110011010100101001110100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105897; }

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

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

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

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

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

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

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

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