#165290

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

Shades of Endeavour #165290

Tints of Endeavour #165290

Color information

#165290 (or 0x165290) is unknown color: approx Endeavour. HEX triplet: 16, 52 and 90. RGB value is (22,82,144). Sum of RGB (Red+Green+Blue) = 22+82+144=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #165290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165290 is #E9AD6F. Grayscale: #464646. Windows color (decimal): -15314288 or 9458198. OLE color: 9458198.

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

Color convert

RGB2282144-
CMYK0.850.4300.44
HSL210.49º73.49%32.55%-
HSV(B)210.49º84.72%56.47%-
XYZ8.388.2227.53-
YUV71.13169.1292.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=8.87%
G=33.06%
B=58.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22821440.850.4300.44210.4973.4932.55
Hex165290552B02Cd24921
Octal261222201255305432211141
Binary1011010100101001000010101011010110101100110100101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165290; }

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

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

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

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

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

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

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

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