#106295

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

Shades of Endeavour #106295

Tints of Endeavour #106295

Color information

#106295 (or 0x106295) is unknown color: approx Endeavour. HEX triplet: 10, 62 and 95. RGB value is (16,98,149). Sum of RGB (Red+Green+Blue) = 16+98+149=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #106295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106295 is #EF9D6A. Grayscale: #4F4F4F. Windows color (decimal): -15703403 or 9789968. OLE color: 9789968.

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

Color convert

RGB1698149-
CMYK0.890.3400.42
HSL203.01º80.61%32.35%-
HSV(B)203.01º89.26%58.43%-
XYZ10.0111.0230.03-
YUV79.3167.3382.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=6.08%
G=37.26%
B=56.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16981490.890.3400.42203.0180.6132.35
Hex106295592202Acb5120
Octal201422251314205231312140
Binary1000011000101001010110110011000100101010110010111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106295; }

 p { color: rgb(16,98,149); }

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

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

 a { background-color: rgb(16,98,149); }

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

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

 span { border-color: rgb(16,98,149); }

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