#155798

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

Shades of Endeavour #155798

Tints of Endeavour #155798

Color information

#155798 (or 0x155798) is unknown color: approx Endeavour. HEX triplet: 15, 57 and 98. RGB value is (21,87,152). Sum of RGB (Red+Green+Blue) = 21+87+152=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #155798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155798 is #EAA867. Grayscale: #4A4A4A. Windows color (decimal): -15378536 or 9983765. OLE color: 9983765.

HSL color Cylindrical-coordinate representation of color #155798: hue angle of 209.77º degrees, saturation: 0.76, 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 #155798 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2187152-
CMYK0.860.4300.40
HSL209.77º75.72%33.92%-
HSV(B)209.77º86.18%59.61%-
XYZ9.389.2431-
YUV74.68171.6389.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=8.08%
G=33.46%
B=58.46%

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
Decimal21871520.860.4300.40209.7775.7233.92
Hex155798562B028d24c22
Octal251272301265305032211442
Binary1010110101111001100010101101010110101000110100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155798; }

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

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

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

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

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

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

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

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