#165699

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

Shades of Endeavour #165699

Tints of Endeavour #165699

Color information

#165699 (or 0x165699) is unknown color: approx Endeavour. HEX triplet: 16, 56 and 99. RGB value is (22,86,153). Sum of RGB (Red+Green+Blue) = 22+86+153=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #165699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165699 is #E9A966. Grayscale: #4A4A4A. Windows color (decimal): -15313255 or 10049046. OLE color: 10049046.

HSL color Cylindrical-coordinate representation of color #165699: hue angle of 210.69º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165699 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2286153-
CMYK0.860.4400.4
HSL210.69º74.86%34.31%-
HSV(B)210.69º85.62%60%-
XYZ9.419.1331.4-
YUV74.5172.390.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=8.43%
G=32.95%
B=58.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22861530.860.4400.4210.6974.8634.31
Hex165699562C028d34b22
Octal261262311265405032311342
Binary1011010101101001100110101101011000101000110100111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165699; }

 p { color: rgb(22,86,153); }

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

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

 a { background-color: rgb(22,86,153); }

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

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

 span { border-color: rgb(22,86,153); }

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