#15659B

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

Shades of Endeavour #15659B

Tints of Endeavour #15659B

Color information

#15659B (or 0x15659B) is unknown color: approx Endeavour. HEX triplet: 15, 65 and 9B. RGB value is (21,101,155). Sum of RGB (Red+Green+Blue) = 21+101+155=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #15659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15659B is #EA9A64. Grayscale: #525252. Windows color (decimal): -15374949 or 10183957. OLE color: 10183957.

HSL color Cylindrical-coordinate representation of color #15659B: hue angle of 204.18º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15659B is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21101155-
CMYK0.860.3500.39
HSL204.18º76.14%34.51%-
HSV(B)204.18º86.45%60.78%-
XYZ10.8811.8332.72-
YUV83.24168.583.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=7.58%
G=36.46%
B=55.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211011550.860.3500.39204.1876.1434.51
Hex15659B5623027cc4c23
Octal251452331264304731411443
Binary1010111001011001101110101101000110100111110011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15659B; }

 p { color: rgb(21,101,155); }

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

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

 a { background-color: rgb(21,101,155); }

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

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

 span { border-color: rgb(21,101,155); }

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