#165090

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

Shades of Endeavour #165090

Tints of Endeavour #165090

Color information

#165090 (or 0x165090) is unknown color: approx Endeavour. HEX triplet: 16, 50 and 90. RGB value is (22,80,144). Sum of RGB (Red+Green+Blue) = 22+80+144=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #165090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165090 is #E9AF6F. Grayscale: #454545. Windows color (decimal): -15314800 or 9457686. OLE color: 9457686.

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

Color convert

RGB2280144-
CMYK0.850.4400.44
HSL211.48º73.49%32.55%-
HSV(B)211.48º84.72%56.47%-
XYZ8.237.9227.48-
YUV69.95169.7893.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=8.94%
G=32.52%
B=58.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal22801440.850.4400.44211.4873.4932.55
Hex165090552C02Cd34921
Octal261202201255405432311141
Binary1011010100001001000010101011011000101100110100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165090; }

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

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

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

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

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

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

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

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