#165397

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

Shades of Endeavour #165397

Tints of Endeavour #165397

Color information

#165397 (or 0x165397) is unknown color: approx Endeavour. HEX triplet: 16, 53 and 97. RGB value is (22,83,151). Sum of RGB (Red+Green+Blue) = 22+83+151=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #165397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165397 is #E9AC68. Grayscale: #484848. Windows color (decimal): -15314025 or 9917206. OLE color: 9917206.

HSL color Cylindrical-coordinate representation of color #165397: hue angle of 211.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165397 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2283151-
CMYK0.850.4500.41
HSL211.63º74.57%33.92%-
HSV(B)211.63º85.43%59.22%-
XYZ9.018.5930.46-
YUV72.51172.2991.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 151 (59.38% from 255) = 58.98%
R=8.59%
G=32.42%
B=58.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22831510.850.4500.41211.6374.5733.92
Hex165397552D029d44b22
Octal261232271255505132411342
Binary1011010100111001011110101011011010101001110101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165397; }

 p { color: rgb(22,83,151); }

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

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

 a { background-color: rgb(22,83,151); }

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

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

 span { border-color: rgb(22,83,151); }

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