#106092

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

Shades of Endeavour #106092

Tints of Endeavour #106092

Color information

#106092 (or 0x106092) is unknown color: approx Endeavour. HEX triplet: 10, 60 and 92. RGB value is (16,96,146). Sum of RGB (Red+Green+Blue) = 16+96+146=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #106092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106092 is #EF9F6D. Grayscale: #4D4D4D. Windows color (decimal): -15703918 or 9592848. OLE color: 9592848.

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

Color convert

RGB1696146-
CMYK0.890.3400.43
HSL203.08º80.25%31.76%-
HSV(B)203.08º89.04%57.25%-
XYZ9.5810.5528.73-
YUV77.78166.583.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.20%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=6.20%
G=37.21%
B=56.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16961460.890.3400.43203.0880.2531.76
Hex106092592202Bcb5020
Octal201402221314205331312040
Binary1000011000001001001010110011000100101011110010111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106092; }

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

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

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

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

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

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

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

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