#105592

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

Shades of Endeavour #105592

Tints of Endeavour #105592

Color information

#105592 (or 0x105592) is unknown color: approx Endeavour. HEX triplet: 10, 55 and 92. RGB value is (16,85,146). Sum of RGB (Red+Green+Blue) = 16+85+146=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #105592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105592 is #EFAA6D. Grayscale: #474747. Windows color (decimal): -15706734 or 9590032. OLE color: 9590032.

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

Color convert

RGB1685146-
CMYK0.890.4200.43
HSL208.15º80.25%31.76%-
HSV(B)208.15º89.04%57.25%-
XYZ8.658.6828.41-
YUV71.32170.1488.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.48%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=6.48%
G=34.41%
B=59.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16851460.890.4200.43208.1580.2531.76
Hex105592592A02Bd05020
Octal201252221315205332012040
Binary1000010101011001001010110011010100101011110100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105592; }

 p { color: rgb(16,85,146); }

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

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

 a { background-color: rgb(16,85,146); }

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

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

 span { border-color: rgb(16,85,146); }

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