#105892

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

Shades of Endeavour #105892

Tints of Endeavour #105892

Color information

#105892 (or 0x105892) is unknown color: approx Endeavour. HEX triplet: 10, 58 and 92. RGB value is (16,88,146). Sum of RGB (Red+Green+Blue) = 16+88+146=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #105892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105892 is #EFA76D. Grayscale: #484848. Windows color (decimal): -15705966 or 9590800. OLE color: 9590800.

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

Color convert

RGB1688146-
CMYK0.890.4000.43
HSL206.77º80.25%31.76%-
HSV(B)206.77º89.04%57.25%-
XYZ8.899.1628.49-
YUV73.08169.1587.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=6.4%
G=35.2%
B=58.4%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16881460.890.4000.43206.7780.2531.76
Hex105892592802Bcf5020
Octal201302221315005331712040
Binary1000010110001001001010110011010000101011110011111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105892; }

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

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

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

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

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

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

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

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