#165798

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

Shades of Endeavour #165798

Tints of Endeavour #165798

Color information

#165798 (or 0x165798) is unknown color: approx Endeavour. HEX triplet: 16, 57 and 98. RGB value is (22,87,152). Sum of RGB (Red+Green+Blue) = 22+87+152=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #165798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165798 is #E9A867. Grayscale: #4A4A4A. Windows color (decimal): -15313000 or 9983766. OLE color: 9983766.

HSL color Cylindrical-coordinate representation of color #165798: hue angle of 210º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165798 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2287152-
CMYK0.860.4300.40
HSL210º74.71%34.12%-
HSV(B)210º85.53%59.61%-
XYZ9.419.2531-
YUV74.97171.4790.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 58.24%
R=8.43%
G=33.33%
B=58.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22871520.860.4300.4021074.7134.12
Hex165798562B028d24b22
Octal261272301265305032211342
Binary1011010101111001100010101101010110101000110100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165798; }

 p { color: rgb(22,87,152); }

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

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

 a { background-color: rgb(22,87,152); }

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

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

 span { border-color: rgb(22,87,152); }

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