#155698

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

Shades of Endeavour #155698

Tints of Endeavour #155698

Color information

#155698 (or 0x155698) is unknown color: approx Endeavour. HEX triplet: 15, 56 and 98. RGB value is (21,86,152). Sum of RGB (Red+Green+Blue) = 21+86+152=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #155698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155698 is #EAA967. Grayscale: #494949. Windows color (decimal): -15378792 or 9983509. OLE color: 9983509.

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

Color convert

RGB2186152-
CMYK0.860.4300.40
HSL210.23º75.72%33.92%-
HSV(B)210.23º86.18%59.61%-
XYZ9.39.0830.97-
YUV74.09171.9790.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 152 (59.77% from 255) = 58.69%
R=8.11%
G=33.20%
B=58.69%

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
Decimal21861520.860.4300.40210.2375.7233.92
Hex155698562B028d24c22
Octal251262301265305032211442
Binary1010110101101001100010101101010110101000110100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155698; }

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

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

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

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

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

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

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

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