#165894

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

Shades of Endeavour #165894

Tints of Endeavour #165894

Color information

#165894 (or 0x165894) is unknown color: approx Endeavour. HEX triplet: 16, 58 and 94. RGB value is (22,88,148). Sum of RGB (Red+Green+Blue) = 22+88+148=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #165894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165894 is #E9A76B. Grayscale: #4A4A4A. Windows color (decimal): -15312748 or 9721878. OLE color: 9721878.

HSL color Cylindrical-coordinate representation of color #165894: hue angle of 208.57º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165894 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2288148-
CMYK0.850.4100.42
HSL208.57º74.12%33.33%-
HSV(B)208.57º85.14%58.04%-
XYZ9.179.2929.33-
YUV75.11169.1390.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=8.53%
G=34.11%
B=57.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22881480.850.4100.42208.5774.1233.33
Hex165894552902Ad14a21
Octal261302241255105232111241
Binary1011010110001001010010101011010010101010110100011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165894; }

 p { color: rgb(22,88,148); }

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

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

 a { background-color: rgb(22,88,148); }

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

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

 span { border-color: rgb(22,88,148); }

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