#155599

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

Shades of Endeavour #155599

Tints of Endeavour #155599

Color information

#155599 (or 0x155599) is unknown color: approx Endeavour. HEX triplet: 15, 55 and 99. RGB value is (21,85,153). Sum of RGB (Red+Green+Blue) = 21+85+153=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #155599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155599 is #EAAA66. Grayscale: #494949. Windows color (decimal): -15379047 or 10048789. OLE color: 10048789.

HSL color Cylindrical-coordinate representation of color #155599: hue angle of 210.91º 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 #155599 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2185153-
CMYK0.860.4400.4
HSL210.91º75.86%34.12%-
HSV(B)210.91º86.27%60%-
XYZ9.318.9631.38-
YUV73.62172.890.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=8.11%
G=32.82%
B=59.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21851530.860.4400.4210.9175.8634.12
Hex155599562C028d34c22
Octal251252311265405032311442
Binary1010110101011001100110101101011000101000110100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155599; }

 p { color: rgb(21,85,153); }

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

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

 a { background-color: rgb(21,85,153); }

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

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

 span { border-color: rgb(21,85,153); }

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