#165690

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

Shades of Endeavour #165690

Tints of Endeavour #165690

Color information

#165690 (or 0x165690) is unknown color: approx Endeavour. HEX triplet: 16, 56 and 90. RGB value is (22,86,144). Sum of RGB (Red+Green+Blue) = 22+86+144=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #165690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165690 is #E9A96F. Grayscale: #494949. Windows color (decimal): -15313264 or 9459222. OLE color: 9459222.

HSL color Cylindrical-coordinate representation of color #165690: hue angle of 208.52º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165690 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2286144-
CMYK0.850.4000.44
HSL208.52º73.49%32.55%-
HSV(B)208.52º84.72%56.47%-
XYZ8.698.8427.63-
YUV73.48167.891.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=8.73%
G=34.13%
B=57.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22861440.850.4000.44208.5273.4932.55
Hex165690552802Cd14921
Octal261262201255005432111141
Binary1011010101101001000010101011010000101100110100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165690; }

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

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

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

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

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

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

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

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