#165893

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

Shades of Endeavour #165893

Tints of Endeavour #165893

Color information

#165893 (or 0x165893) is unknown color: approx Endeavour. HEX triplet: 16, 58 and 93. RGB value is (22,88,147). Sum of RGB (Red+Green+Blue) = 22+88+147=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #165893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165893 is #E9A76C. Grayscale: #4A4A4A. Windows color (decimal): -15312749 or 9656342. OLE color: 9656342.

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

Color convert

RGB2288147-
CMYK0.850.4000.42
HSL208.32º73.96%33.14%-
HSV(B)208.32º85.03%57.65%-
XYZ9.099.2628.91-
YUV74.99168.6390.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.56%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=8.56%
G=34.24%
B=57.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22881470.850.4000.42208.3273.9633.14
Hex165893552802Ad04a21
Octal261302231255005232011241
Binary1011010110001001001110101011010000101010110100001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165893; }

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

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

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

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

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

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

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

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